mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -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-light: #ccc;
|
||||||
$color-grey-lighter: #ddd;
|
$color-grey-lighter: #ddd;
|
||||||
$color-grey-lightest: #f9f9f9;
|
$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
|
// Layout
|
||||||
// -------------------------------------------
|
// -------------------------------------------
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
p {
|
p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
margin: 50px auto 90px auto;
|
margin: 30px auto 70px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control {
|
.control {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 15px;
|
bottom: $lightbox-padding;
|
||||||
right: 15px;
|
right: $lightbox-padding;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
Loading…
Reference in New Issue
Block a user