clean tests & other things
This commit is contained in:
11
resources/sass/components/_elements.scss
vendored
11
resources/sass/components/_elements.scss
vendored
@@ -4,11 +4,13 @@ label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input {
|
||||
width: 100%;
|
||||
border: 1px solid $light;
|
||||
background-color: $greyLight;
|
||||
font-size: 1.6rem;
|
||||
font-family: $fontMain;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
@@ -21,3 +23,12 @@ input {
|
||||
input[type="checkbox"] {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $mediumDark;
|
||||
|
||||
&:focus,
|
||||
&:visited {
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user