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-08-08 18:10:40 +02:00
|
|
|
.bg-saburly-lighter {
|
2018-08-22 23:05:41 +02:00
|
|
|
background: rgba(245, 247, 250, 1);
|
2018-08-08 18:10:40 +02:00
|
|
|
}
|
|
|
|
|
|
2018-07-10 11:47:58 +02:00
|
|
|
.bg-saburly-light {
|
2018-08-01 22:33:10 +02:00
|
|
|
background: linear-gradient(
|
|
|
|
|
90deg,
|
2018-08-08 18:10:40 +02:00
|
|
|
rgba(255, 255, 255, 1) 0%,
|
|
|
|
|
rgba(245, 247, 250, 0.7) 49%,
|
|
|
|
|
rgba(245, 247, 250, 1) 100%
|
2018-08-01 22:33:10 +02:00
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-22 23:05:41 +02:00
|
|
|
.bg-saburly-light-header {
|
|
|
|
|
background: #5640a6;
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
90deg,
|
|
|
|
|
rgba(255, 255, 255, 1) 0%,
|
|
|
|
|
rgba(245, 247, 250, 0.7) 49%,
|
|
|
|
|
rgba(245, 247, 250, 1) 100%
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-01 22:33:10 +02:00
|
|
|
.bg-saburly-fadeout {
|
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
180deg,
|
|
|
|
|
rgba(255, 255, 255, 1) 0%,
|
2018-08-08 18:10:40 +02:00
|
|
|
rgba(245, 247, 250, 0.7) 49%,
|
|
|
|
|
rgba(245, 247, 250, 1) 100%
|
2018-08-01 22:33:10 +02:00
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-06 00:12:09 +02:00
|
|
|
.bg-saburly-fadeout-up {
|
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
180deg,
|
2018-08-08 18:10:40 +02:00
|
|
|
rgba(242, 242, 242, 1) 0%,
|
|
|
|
|
rgba(242, 242, 242, 0.5) 49%,
|
2018-08-06 00:12:09 +02:00
|
|
|
rgba(255, 255, 255, 1) 100%
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-01 22:33:10 +02:00
|
|
|
.bg-saburly svg {
|
|
|
|
|
-moz-transform: scaleX(-1);
|
|
|
|
|
-o-transform: scaleX(-1);
|
|
|
|
|
-webkit-transform: scaleX(-1);
|
|
|
|
|
transform: scaleX(-1);
|
|
|
|
|
filter: FlipH;
|
|
|
|
|
-ms-filter: 'FlipH';
|
2018-08-01 19:10:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-saburly-dark {
|
2018-08-22 23:05:41 +02:00
|
|
|
background-color: #393990;
|
2018-07-10 11:47:58 +02:00
|
|
|
}
|
|
|
|
|
|
2018-08-01 22:33:10 +02:00
|
|
|
.bg-saburly svg,
|
2018-07-10 11:47:58 +02:00
|
|
|
.bg-saburly-light svg,
|
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%
|
|
|
|
|
);
|
|
|
|
|
}
|
2018-07-04 20:49:13 +02:00
|
|
|
|
|
|
|
|
.client-logo {
|
2018-07-05 12:59:28 +02:00
|
|
|
max-height: 3rem;
|
2018-07-04 20:49:13 +02:00
|
|
|
}
|
2018-08-08 18:10:40 +02:00
|
|
|
|
|
|
|
|
.border-bottom-saburly {
|
|
|
|
|
border-bottom: 2px solid #e3e3e3;
|
|
|
|
|
}
|