mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
35 lines
494 B
CSS
35 lines
494 B
CSS
header {
|
|
background: #DAFFEB;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.content {
|
|
margin: 32px;
|
|
max-width: 980px;
|
|
}
|
|
|
|
.alert {
|
|
margin: 25px 0 10px 0;
|
|
}
|
|
|
|
footer {
|
|
padding: 10px 35px;
|
|
background-color: #FAFAFA;
|
|
margin-top: 20px;
|
|
border-top: 1px solid #EEE;
|
|
}
|
|
|
|
#loading {
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 999999;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
}
|
|
|
|
#loading img {
|
|
margin: auto;
|
|
display: block;
|
|
}
|