separate how it works

This commit is contained in:
Tim
2024-04-29 16:10:52 -04:00
parent 083a8a6814
commit ffc4384315
19 changed files with 140 additions and 121 deletions

View File

@@ -1,6 +1,19 @@
@use "/src/styles/vars" as v;
@use "vars" as v;
#app {
a {
$link_color: darken(v.$green, 10);
text-decoration: none;
color: $link_color;
&:visited {
color: $link_color;
}
&:hover {
text-decoration: underline;
}
}
.logo {
font-family: v.$heading-font-family;
font-weight: 500;
@@ -39,6 +52,16 @@
text-transform: none;
}
.actions {
margin-top: 1em;
margin-bottom: 1em;
.v-btn {
margin-left: 1em;
margin-right: 1em;
}
}
.v-card-title {
font-family: v.$heading-font-family;
//color: v.$blue;