mint-green is now moss-green and resonsive-fixes

This commit is contained in:
Felix Hamann 2018-07-01 12:31:37 +02:00
parent 244fd2b3d1
commit 583025135c
4 changed files with 14 additions and 3 deletions

View File

@ -235,7 +235,7 @@ data Theme --Simply add Themes to this type only. CamelCase will be conver
| Lavender
| NeutralBlue
| AberdeenReds
| MintGreen
| MossGreen
| SkyLove
deriving (Eq,Ord,Bounded,Enum)

View File

@ -1,4 +1,4 @@
0<div .container>
<div .container>
<div .scrolltable>
<table .table.table--striped.table--hover.table--vertical>
$maybe school <- schoolMB

View File

@ -74,7 +74,7 @@ body {
--color-darker: #2E112D;
}
&.theme--mint-green {
&.theme--moss-green {
--color-primary: #5C996B;
--color-light: #7ACC8F;
--color-lighter: #99FFB2;

View File

@ -142,6 +142,10 @@
/* navbar list */
.navbar__list {
white-space: nowrap;
+ .navbar__list {
margin-left: 12px;
}
}
/* list item */
@ -192,6 +196,13 @@
padding-left: 40px;
}
@media (max-width: 768px) {
.navbar__list-left {
padding-left: 0;
}
}
.navbar__list-item--secondary {
margin-left: 20px;
color: var(--color-grey);