Fix PHP, CSS AND JS coding standards
This commit is contained in:
parent
2351bef6ca
commit
f94fc1e59b
42 changed files with 357 additions and 213 deletions
|
@ -6,10 +6,12 @@ input[type="submit"] {
|
|||
border-color: $color__border-button;
|
||||
border-radius: 3px;
|
||||
background: $color__background-button;
|
||||
color: rgba(0, 0, 0, .8);
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
|
||||
@include font-size(0.75);
|
||||
|
||||
line-height: 1;
|
||||
padding: .6em 1em .4em;
|
||||
padding: 0.6em 1em 0.4em;
|
||||
|
||||
&:hover {
|
||||
border-color: $color__border-button-hover;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
@import "buttons";
|
||||
|
||||
@import "fields";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue