Files
lms/community/public/css/lms.css
2021-05-07 16:48:25 +05:30

27 lines
320 B
CSS

.heading {
background: #eee;
padding: 10px;
clear: both;
color: #212529;
border: 1px solid #ddd;
}
.sketch-header h1 {
font-size: 1.5em;
margin-bottom: 0px;
}
.sketch-header {
margin-bottom: 1em;
}
.sketch-card .sketch-title a {
font-weight: bold;
color: inherit;
}
.hidden {
display: none;
}