Styling and restructuring of components, config edit

This commit is contained in:
Moris Zen
2018-07-04 10:03:22 +02:00
parent 602e556a1c
commit c6cd4d19ad
8 changed files with 558 additions and 178 deletions

View File

@@ -1,14 +1,26 @@
.bg-saburly-blue {
background: rgb(69,76,183);
background: linear-gradient(90deg, rgba(69,76,183,1) 0%, rgba(157,163,255,1) 100%);
.bg-saburly-indigo {
background: rgb(69, 76, 183);
background: linear-gradient(
90deg,
rgba(69, 76, 183, 1) 0%,
rgba(157, 163, 255, 1) 100%
);
}
.bg-saburly-blue svg {
.bg-saburly-indigo svg {
position: absolute;
bottom: 0;
}
.bg-saburly-indigolight {
background-color: #edf3ff;
}
.btn-saburly-green {
background: rgb(0,255,252);
background: linear-gradient(150deg, rgba(0,255,252,1) 0%, rgba(0,177,186,1) 55%);
}
background: rgb(0, 255, 252);
background: linear-gradient(
150deg,
rgba(0, 255, 252, 1) 0%,
rgba(0, 177, 186, 1) 55%
);
}