change on memos display & inputs

This commit is contained in:
2020-04-11 12:27:20 +02:00
parent d844bd8518
commit e01ad206fe
12 changed files with 137 additions and 43 deletions

View File

@@ -8,6 +8,7 @@
@import "components/btn";
@import "components/elements";
@import "components/events";
@import "components/main";
@import "components/nav";
@import "components/topbar";

7
resources/sass/components/events.scss vendored Normal file
View File

@@ -0,0 +1,7 @@
.text-alert {
color: $error;
}
.error-field {
border-color: $error;
}

View File

@@ -58,7 +58,7 @@
}
a {
color: $greyLight;
color: $mediumDark;
&:hover {
text-decoration: underline;

View File

@@ -11,13 +11,9 @@
padding: 1rem;
box-shadow: 1px 1px 2px $grey;
border-radius: 2px;
a {
display: flex;
flex-direction: column;
justify-content: space-between;
text-decoration: none;
}
text-decoration: none;
flex-direction: column;
justify-content: space-between;
}