mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
lightbox background is clearer and fixed margin in dialog
This commit is contained in:
parent
2dd3280a18
commit
693a83f76b
@ -23,7 +23,7 @@ $color-grey-medium: #aaa;
|
||||
$color-grey-light: #ccc;
|
||||
$color-grey-lighter: #ddd;
|
||||
$color-grey-lightest: #f9f9f9;
|
||||
$color-grey-dark-alpha: rgba(51, 51, 51, 0.95);
|
||||
$color-grey-dark-alpha: rgba(0, 0, 0, 0.80);
|
||||
|
||||
// Layout
|
||||
// -------------------------------------------
|
||||
|
@ -13,13 +13,13 @@
|
||||
p {
|
||||
text-align: center;
|
||||
max-width: 80%;
|
||||
margin: 50px auto 90px auto;
|
||||
margin: 30px auto 70px auto;
|
||||
}
|
||||
|
||||
.control {
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
right: 15px;
|
||||
bottom: $lightbox-padding;
|
||||
right: $lightbox-padding;
|
||||
|
||||
button {
|
||||
width: 100px;
|
||||
|
Loading…
Reference in New Issue
Block a user