mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
"Optimize padding properties"
This commit is contained in:
parent
7db6255143
commit
e228d7fccf
1 changed files with 1 additions and 3 deletions
|
@ -55,9 +55,7 @@ button, input[type="submit"], .btn {
|
|||
border-radius: 0;
|
||||
border: 1px solid @text-color;
|
||||
color: @text-color !important;
|
||||
padding: 2px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding: 2px 8px;
|
||||
margin: 1px;
|
||||
font-size: medium;
|
||||
font-family: sans-serif;
|
||||
|
|
Loading…
Reference in a new issue