1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

start change modal

This commit is contained in:
devfake
2015-07-03 18:16:21 +02:00
parent 0dba058a76
commit 4b26af7db1
3 changed files with 39 additions and 48 deletions

View File

@@ -35,4 +35,42 @@ body {
height: 100%;
overflow: hidden;
font-family: 'Titillium Web', sans-serif;
}
.card,
.card-small-small {
border-radius: 0;
}
.bbm-wrapper {
background: rgba(6, 13, 22, 0.9);
padding: 7% 0 0 0;
}
.bbm-modal {
background: transparent;
box-shadow: none;
max-width: 100%;
border-radius: 0;
margin: auto;
}
.btn-sub {
font-size: 18px;
}
.bbm-modal__topbar {
text-align: center;
}
.bbm-modal__title {
font-size: 26px;
color: #8798ac;
margin: 0 0 20px 0;
}
.bbm-modal__section {
position: absolute;
transform: translate(-50%, 0px);
left: 50%;
}