fix
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -16,17 +16,17 @@ | ... | @@ -16,17 +16,17 @@ |
| 16 | } | 16 | } |
| 17 | .errormsg span { | 17 | .errormsg span { |
| 18 | background: #008BF5; | 18 | background: #008BF5; |
| 19 | padding: 3px 12px; | 19 | padding: 1px 11px; |
| 20 | border-radius: 50px; | 20 | border-radius: 50px; |
| 21 | width: 30px; | 21 | width: 25px; |
| 22 | height: 30px; | 22 | height: 25px; |
| 23 | margin-right: 10px; | 23 | margin-right: 10px; |
| 24 | color: #fff; | 24 | color: #fff; |
| 25 | font-weight: 900; | 25 | font-weight: 900; |
| 26 | display: inline-block; | 26 | display: inline-block; |
| 27 | vertical-align: top; | 27 | vertical-align: top; |
| 28 | font-family: auto; | 28 | font-family: auto; |
| 29 | font-size: 20px; | 29 | font-size: 15px; |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | .side-menu-button { | 32 | .side-menu-button { | ... | ... |
-
Please register or sign in to post a comment