2018-07-04 10:03:22 +02:00
|
|
|
.bg-saburly-indigo {
|
|
|
|
|
background: rgb(69, 76, 183);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
90deg,
|
|
|
|
|
rgba(69, 76, 183, 1) 0%,
|
|
|
|
|
rgba(157, 163, 255, 1) 100%
|
|
|
|
|
);
|
2018-07-02 20:33:44 +02:00
|
|
|
}
|
|
|
|
|
|
2018-07-04 10:03:22 +02:00
|
|
|
.bg-saburly-indigo svg {
|
2018-07-03 10:52:51 +02:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-04 11:24:50 +02:00
|
|
|
.bg-saburly-indigolight svg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-04 10:03:22 +02:00
|
|
|
.bg-saburly-indigolight {
|
|
|
|
|
background-color: #edf3ff;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-02 20:33:44 +02:00
|
|
|
.btn-saburly-green {
|
2018-07-04 10:03:22 +02:00
|
|
|
background: rgb(0, 255, 252);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
150deg,
|
|
|
|
|
rgba(0, 255, 252, 1) 0%,
|
|
|
|
|
rgba(0, 177, 186, 1) 55%
|
|
|
|
|
);
|
|
|
|
|
}
|