Fixing up Modal styles, and close button, need to add more elements
This commit is contained in:
@@ -22,13 +22,22 @@
|
||||
}
|
||||
|
||||
.modal {
|
||||
background: #1d1d1c;
|
||||
background: #333333;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 100%;
|
||||
transition: top 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.modal-close {
|
||||
text-shadow: 0 1px 12px #000;
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.modal-flavor-text {
|
||||
text-shadow: 0 1px 2px #000;
|
||||
}
|
||||
|
||||
.modal.open {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user