You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
388 B
19 lines
388 B
img.navbar-brand {
|
|
width: 59px;
|
|
height: 50px;
|
|
padding: 0;
|
|
margin: 0 15px 0 0;
|
|
}
|
|
|
|
body > .container {
|
|
padding: 60px 15px 0;
|
|
}
|
|
|
|
.table thead {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.modal-header{border-radius: 4px 4px 0 0;}
|
|
.modal-header.warning {background-color: #d2322d;}
|
|
.modal-header.success {background-color: #6ad245;}
|
|
.modal-header.primary {background-color: #789cbb;}
|