2018-08-06 15:00:34 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
2018-09-03 11:40:08 +02:00
|
|
|
#outdated-browser-banner {
|
2018-08-06 15:00:34 +02:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: $default-padding;
|
2019-11-28 15:29:31 +01:00
|
|
|
color: $black;
|
|
|
|
background-color: $yellow;
|
|
|
|
}
|
2018-08-06 15:00:34 +02:00
|
|
|
|
2019-12-03 16:02:08 +01:00
|
|
|
.outdated-browser-icon {
|
2019-11-28 15:29:31 +01:00
|
|
|
margin-right: $default-padding;
|
|
|
|
font-size: 30px;
|
|
|
|
opacity: 0.7;
|
2018-08-06 15:00:34 +02:00
|
|
|
}
|
2019-12-03 16:02:08 +01:00
|
|
|
|
|
|
|
.outdated-browser-buttons {
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
.button {
|
|
|
|
margin-left: $default-spacer;
|
|
|
|
}
|
|
|
|
}
|