jiti-meet/css/unsupported-browser/_unsupported-desktop-browse...

133 lines
2.5 KiB
SCSS
Raw Normal View History

2017-01-25 22:11:44 +00:00
.supported-browser {
color: #929391;
2017-01-19 15:47:22 +00:00
display: inline-block;
2017-01-25 22:11:44 +00:00
font-size: 20px;
2017-01-19 15:47:22 +00:00
margin: 1em 7px;
vertical-align: middle;
2017-01-25 22:11:44 +00:00
width: 138px;
2017-01-19 15:47:22 +00:00
&__button {
background-color: #62c82a;
border: 1px solid #3c8117;
border-radius: 10px;
color: #FFFFFF;
font-size: 12px;
height: 26px;
margin: 15px auto 0px auto;
2017-01-25 22:11:44 +00:00
padding-top: 13px;
text-align: center;
width: 115px;
2017-01-19 15:47:22 +00:00
}
&__link {
color: #087dba;
text-decoration: none;
&:hover {
text-decoration: none;
}
&:active {
text-decoration: none;
}
&:focus {
text-decoration: none;
}
}
&-list
{
margin: 0 auto;
}
&__logo {
margin: 20px auto 0px auto;
&_chrome {
background-image: url('../../images/chrome.png');
2017-01-25 22:11:44 +00:00
height: 78px;
width: 78px;
2017-01-19 15:47:22 +00:00
}
&_chromium {
background-image: url('../../images/chromium.png');
2017-01-25 22:11:44 +00:00
height: 78px;
width: 77px;
2017-01-19 15:47:22 +00:00
}
&_firefox {
background-image: url('../../images/firefox.png');
2017-01-25 22:11:44 +00:00
height: 80px;
width: 86px;
2017-01-19 15:47:22 +00:00
}
&_opera {
background-image: url('../../images/opera.png');
2017-01-25 22:11:44 +00:00
height: 78px;
width: 73px;
2017-01-19 15:47:22 +00:00
}
&_ie {
background-image: url('../../images/ie.png');
2017-01-25 22:11:44 +00:00
height: 78px;
width: 80px;
2017-01-19 15:47:22 +00:00
}
&_safari {
background-image: url('../../images/safari.png');
2017-01-25 22:11:44 +00:00
height: 79px;
width: 78px;
2017-01-19 15:47:22 +00:00
}
}
&__text
{
line-height: 1.2em;
&_small {
font-size: small;
}
}
&__tile {
background-color: #e8e8e8;
border: 1px solid #cfcfcf;
border-radius: 10px;
2017-01-25 22:11:44 +00:00
height: 163px;
margin-top: 5px;
width: 138px;
2017-01-19 15:47:22 +00:00
}
}
2017-01-25 22:11:44 +00:00
.unsupported-desktop-browser {
2017-01-19 15:47:22 +00:00
display: block;
height: 565px;
2017-01-25 22:11:44 +00:00
margin: auto;
2017-01-19 15:47:22 +00:00
overflow:hidden;
2017-01-25 22:11:44 +00:00
position: absolute;
2017-01-19 15:47:22 +00:00
text-align: center;
top: 0; left: 0; bottom: 0; right: 0;
2017-01-25 22:11:44 +00:00
width:500px;
2017-01-19 15:47:22 +00:00
&__page {
display:inline-block;
font-size: 28px;
padding-top: 25px;
2017-01-25 22:11:44 +00:00
vertical-align:middle;
2017-01-19 15:47:22 +00:00
}
&__title {
margin: 0 auto;
width: 20em;
}
&-wrapper {
2017-01-25 22:11:44 +00:00
background: #fff;
2017-01-19 15:47:22 +00:00
display: block;
2017-01-25 22:11:44 +00:00
height: 100%;
2017-01-19 15:47:22 +00:00
position: absolute;
width: 100%;
}
}