Restructuring components and styling

This commit is contained in:
Moris Zen
2018-07-06 17:33:36 +02:00
parent 416017807a
commit 6469d1bcfa
8 changed files with 71 additions and 62 deletions

38
src/styles/general.css Normal file
View File

@@ -0,0 +1,38 @@
.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-indigo svg {
position: absolute;
bottom: 0;
margin-bottom: -1px;
}
.bg-saburly-indigolight svg {
position: absolute;
top: 0;
transform: rotate(180deg);
margin-top: -1px;
}
.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%
);
}
.client-logo {
max-height: 3rem;
}