update
This commit is contained in:
parent
95da13e404
commit
440ab19e02
|
|
@ -16,10 +16,10 @@ $theme-red: #d20001;
|
||||||
$theme-blue: #003d7e;
|
$theme-blue: #003d7e;
|
||||||
|
|
||||||
$theme-color-main: #333333;
|
$theme-color-main: #333333;
|
||||||
$theme-color-second:#4d85b5;
|
$theme-color-second:#3b74a5;
|
||||||
$theme-color-third: #023462;
|
$theme-color-third: #023462;
|
||||||
$theme-color-green: #32D9C3;
|
$theme-color-green: #32D9C3;
|
||||||
$theme-color-hover:#4d85b5;
|
$theme-color-hover:#3b74a5;
|
||||||
|
|
||||||
// Font stacks
|
// Font stacks
|
||||||
$main-font: "Noto Sans TC", sans-serif;
|
$main-font: "Noto Sans TC", sans-serif;
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ ul.button-mid{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.button-mid {
|
.button-mid {
|
||||||
|
z-index: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
||||||
|
|
@ -1790,7 +1790,7 @@ a.w-annc__a {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
color: #fff;
|
color: #333;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
&::before{
|
&::before{
|
||||||
content: '';
|
content: '';
|
||||||
|
|
@ -1873,7 +1873,7 @@ a.w-annc__a {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
color: #fff;
|
color: #333;
|
||||||
&::before{
|
&::before{
|
||||||
content: '';
|
content: '';
|
||||||
background: url(/assets/Group.png) no-repeat;
|
background: url(/assets/Group.png) no-repeat;
|
||||||
|
|
@ -2766,7 +2766,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
color: #fff;
|
color: #333;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
&::before{
|
&::before{
|
||||||
content: '';
|
content: '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue