2018-09-03 11:40:08 +02:00
|
|
|
#outdated-browser-banner {
|
2016-12-02 16:04:23 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2019-11-28 15:29:31 +01:00
|
|
|
color: #333333;
|
|
|
|
background-color: #FEF3B8;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
width: auto;
|
|
|
|
align-items: center;
|
|
|
|
padding: 8px 16px;
|
2016-12-02 16:04:23 +01:00
|
|
|
}
|
2017-04-04 15:27:04 +02:00
|
|
|
}
|
2019-11-28 15:29:31 +01:00
|
|
|
|
2019-12-03 16:02:08 +01:00
|
|
|
.outdated-browser-icon {
|
2019-11-28 15:29:31 +01:00
|
|
|
margin-right: 16px;
|
|
|
|
font-size: 30px;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
2019-12-03 16:02:08 +01:00
|
|
|
|
|
|
|
.outdated-browser-buttons {
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|