mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
Cleaned up modal dialogs
This commit is contained in:
parent
6122a188b6
commit
dde3ce4abc
9 changed files with 55 additions and 27 deletions
|
@ -62,3 +62,31 @@ a{
|
|||
.alert{
|
||||
background-color:#F5BA00; color:#fff;
|
||||
}
|
||||
|
||||
.modal {
|
||||
&.fade.in {
|
||||
top: 20%;
|
||||
}
|
||||
form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@include border-radius(20px 20px 6px 6px);
|
||||
}
|
||||
.modal-header {
|
||||
background: #5e95a1;
|
||||
padding: 12px 16px 9px 23px;
|
||||
@include border-radius(6px 6px 0px 0px);
|
||||
|
||||
h3 {
|
||||
color: white;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
}
|
||||
.modal-body {
|
||||
padding: 20px 23px 0 23px;
|
||||
}
|
||||
.modal-footer {
|
||||
border: 0;
|
||||
background: none;
|
||||
padding: 0 23px 19px 0;
|
||||
}
|
|
@ -321,7 +321,7 @@
|
|||
display: block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.overlay .fa-trash {
|
||||
.overlay .fa-trash, .modal .fa-trash {
|
||||
vertical-align: 1px;
|
||||
}
|
||||
.overlay {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue