feat: Los campos de texto tendran fuente monospace
This commit is contained in:
2
resources/sass/app.scss
vendored
2
resources/sass/app.scss
vendored
@@ -90,6 +90,8 @@ time {
|
|||||||
border: 1px $foreground-color solid;
|
border: 1px $foreground-color solid;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: lighten($background-color, 10% );
|
background-color: lighten($background-color, 10% );
|
||||||
|
font-family: "Hack", monospace;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-form label {
|
.pure-form label {
|
||||||
|
|||||||
Reference in New Issue
Block a user