Funkcjonalności listy; ogólny wygląd aplikacji i responsywność

This commit is contained in:
2021-11-10 20:04:52 +01:00
parent 9c55020dce
commit 43b6bb9786
7 changed files with 300 additions and 102 deletions
+11
View File
@@ -48,6 +48,7 @@ button.btn {
background: none;
color: white;
font-size: 1em;
transition: all 250ms;
@@ -101,4 +102,14 @@ ul {
list-style: none;
margin: 0;
padding: 0;
}
.text {
&--accent {
color: $accentColor;
}
&--grayed {
color: gray;
}
}