mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-08 09:08:40 +00:00
some modal and notification changes
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
.bbm-wrapper
|
||||
background: rgba(0,0,0,.75)
|
||||
-webkit-transition: background-color .3s
|
||||
|
||||
.bbm-modal
|
||||
background: white
|
||||
box-shadow: 0 0px 6px rgba(0,0,0,.6), 0 1px 2px rgba(0,0,0,.9)
|
||||
|
||||
|
||||
/* BLOCKS */
|
||||
|
||||
@@ -48,7 +48,7 @@ body {
|
||||
}
|
||||
|
||||
.bbm-wrapper {
|
||||
background: rgba(6, 13, 22, 0.9);
|
||||
//background: rgba(6, 13, 22, 0.9);
|
||||
padding: 7% 0 0 0;
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ body {
|
||||
max-width: 100%;
|
||||
border-radius: 0;
|
||||
margin: auto;
|
||||
background: rgba(6, 13, 22, 0.9);
|
||||
}
|
||||
|
||||
.btn-sub {
|
||||
@@ -79,6 +80,10 @@ body {
|
||||
transform: translate(-50%, 0px);
|
||||
left: 50%;
|
||||
width: 500px;
|
||||
background: rgba(6, 13, 22, 0.9);
|
||||
//padding: 15px;
|
||||
padding: 50px 0;
|
||||
margin-top: -30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
||||
Reference in New Issue
Block a user