mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
appearance: some dialogs fixed
This commit is contained in:
parent
169d4d4222
commit
291280c52e
7 changed files with 33 additions and 7 deletions
|
@ -14,6 +14,8 @@ body {
|
|||
font-size: 15px;
|
||||
// letter-spacing: 0.4px;
|
||||
padding: 0;
|
||||
font-weight: 400;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.gray {
|
||||
|
@ -22,6 +24,7 @@ body {
|
|||
|
||||
.big {
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.upper {
|
||||
|
@ -43,3 +46,7 @@ body {
|
|||
.primary {
|
||||
color: @color_primary;
|
||||
}
|
||||
|
||||
.danger {
|
||||
color: @color_danger;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue