[MTELECGIA-16] add common custom

This commit is contained in:
Daniel Muyshond 2021-03-16 11:58:20 +01:00
parent 42731fd0f8
commit fa7a1ca549
1 changed files with 34 additions and 10 deletions

View File

@ -1,22 +1,46 @@
@charset "UTF-8";
h1#logo a img {
max-height: 100px;
}
/* banner optim */
div#nav {
margin-top: 14px;
}
/* steps optim */
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $secondary-color;
}
.wcs-step--marker {
background-image: linear-gradient(to bottom, #bdbdbd, #424242);
/* remove annoying border I can't remove with EO vars at the moment */
div.links-list ul > li:not(:last-child) {
border-bottom: 0;
}
.wcs-steps--list {
color: #595959;
/* logo adjustmts */
h1#logo a img {
max-height: 100px;
}
.wcs-step.current .wcs-step--label {
color: #6d1932;
@media screen and (max-width: 320px) {
h1#logo a img {
max-height: 90px;
}
}
@media screen and (max-width: 768px) {
h1#logo a {
margin-top: 0;
}
}
/* center "Code de suivi" title */
div#tracking-code h3 {
padding: 0;
color: #333333;
}