0
0
Fork 0
salix-front-mindshore-fork2/src/css/app.scss

33 lines
608 B
SCSS

// app global css in SCSS form
@import './icons.scss';
a {
text-decoration: none;
}
.link {
color: $primary;
cursor: pointer;
}
.link:hover {
color: $orange-4;
}
// Removes chrome autofill background
input:-webkit-autofill,
select:-webkit-autofill {
color: $input-text-color !important;
font-family: $typography-font-family;
-webkit-text-fill-color: $input-text-color !important;
-webkit-background-clip: text !important;
background-clip: text !important;
}
body.body--light {
.q-header .q-toolbar {
background-color: $white;
color: #555;
}
}