@norges-domstoler/development-utils
Version:
Development utilities for developing applications in Norges Domstoler
48 lines • 1.09 kB
CSS
/* src/EnvironmentBannerProvider/EnvironmentBanner.module.css */
.EnvironmentBanner_banner {
padding: 8px;
width: 100%;
height: 2rem;
text-align: center;
font-weight: bolder;
letter-spacing: 0.15em;
z-index: 9999;
top: 0;
left: 0;
right: 0;
}
.EnvironmentBanner_banner-wrapper {
padding-top: 2rem;
position: relative;
}
.EnvironmentBanner_banner--position-fixed {
position: fixed;
}
.EnvironmentBanner_banner--position-absolute {
position: absolute;
}
.EnvironmentBanner_banner--environment-TEST {
background-color: #f957a5;
color: #5e032f;
}
.EnvironmentBanner_banner--environment-AT {
background-color: #2cc3f2;
color: #064b60;
}
.EnvironmentBanner_banner--environment-KURS {
background-color: #7ab73d;
color: #2b4116;
}
.EnvironmentBanner_banner--environment-LOKAL {
background-color: #f2d32c;
color: #695b07;
}
.EnvironmentBanner_banner--environment-PROTOTYPE {
background-color: #e9e1fb;
color: #5e032f;
}
.EnvironmentBanner_banner--environment-PROD {
background-color: inherit;
color: inherit;
}
/*# sourceMappingURL=index.css.map */