tutorials/php/driver/public/assets/css/style.css

31 lines
300 B
CSS

.file-title {
font-size: 18px;
}
ul#files li {
list-style:none;
}
.file {
padding-bottom:20px;
}
.file-modified {
color:#5f5f5f;
}
.file-links a {
margin-right: 10px;
}
.alert {
padding: 20px;
}
.alert-success {
background-color: #61ec58;
}
.alert-danger {
background-color: #ff5858;
}