1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/client/scss/_base.scss
2015-07-05 12:03:44 +02:00

104 lines
2.3 KiB
SCSS

@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 300;
src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr6YfJ4wTnNoNUCmOpdh16Tg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr1uKlGE8-OjkUKWan_M3D6s.woff) format('woff');
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTceHuglUR2dhBxWD-q_ehMME.woff2) format('woff2'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff');
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr6d1JQt-lS5nD-1TJX2NNl0.woff2) format('woff2'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprx3QmhlKDgQgT1VN2Ed1WFo.woff) format('woff');
}
select {
outline: 0;
border-radius: 0;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body,
html {
height: 100%;
}
body {
background: url(http://80.240.132.120/test/inner-bg.jpg) #162232 center top no-repeat;
width: 100%;
height: 100%;
overflow: visible;
font-family: 'Titillium Web', sans-serif;
}
.card,
.card-small-small {
border-radius: 0;
}
.bbm-wrapper {
background: rgba(6, 13, 22, .5);
//background: rgba(14, 27, 43, 0.5);
padding: 7% 0 0 0;
}
.bbm-modal {
background: transparent;
box-shadow: none;
max-width: 100%;
border-radius: 0;
margin: auto;
background: rgba(6, 13, 22, 0.9);
padding: 20px 0 0 0;
}
.btn-sub {
font-size: 22px;
color: #6a8097;
}
.bbm-modal__topbar {
text-align: center;
}
.bbm-modal__title {
font-size: 26px;
color: #8798ac;
margin: 0 0 20px 0;
}
.bbm-modal__section {
position: relative;
transform: translate(-50%, 0px);
left: 50%;
width: 500px;
background: rgba(6, 13, 22, 0.9);
//padding: 15px;
padding: 50px 0;
margin-top: -30px;
}
.card {
cursor: pointer;
}
.rights {
position: fixed;
bottom: 20px;
font-size: 14px;
width: 100%;
text-align: right;
color: #8798ac;
right: 20px;
}