12 lines
211 B
SCSS
12 lines
211 B
SCSS
.browser-unsupported {
|
|
position: absolute;
|
|
background: #ffffff;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
text-align: center;
|
|
color: #4a4a4a;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|