mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
modal styling simplify
This commit is contained in:
parent
d0934bbc8d
commit
b248a22414
@ -6,6 +6,7 @@
|
||||
.wrap-modal-search {
|
||||
max-width: 250px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.modal {
|
||||
@ -47,7 +48,6 @@
|
||||
|
||||
.icon-content-load {
|
||||
background: url(../img/content-load.gif) no-repeat;
|
||||
//float: left;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
opacity: .9;
|
||||
@ -61,18 +61,10 @@
|
||||
font-weight: 300;
|
||||
text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
|
||||
color: #8798ac;
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 20px 0 50px 0;
|
||||
}
|
||||
|
||||
.btn-cancel {
|
||||
float: left;
|
||||
clear: both;
|
||||
margin: 50px 0 0 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: darken(#8798ac, 30%);
|
||||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
|
Loading…
Reference in New Issue
Block a user