mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Remove font-weight 900
This commit is contained in:
parent
b4125ec478
commit
d050cc042c
1 changed files with 1 additions and 6 deletions
|
@ -5,11 +5,6 @@ body {
|
||||||
font-family: "Lato", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
|
font-family: "Lato", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
|
||||||
}
|
}
|
||||||
|
|
||||||
select option {
|
|
||||||
font-family: "Font Awesome 5 Free", "Lato", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
|
|
||||||
font-weight: 900;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.col .row .col {
|
div.col .row .col {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -174,4 +169,4 @@ label {
|
||||||
|
|
||||||
#chgPasswordForm .form-group {
|
#chgPasswordForm .form-group {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue