humhub/static/less/well.less
2024-03-13 13:20:47 +01:00

24 lines
401 B
Plaintext

//
// Well
// --------------------------------------------------
.well-small {
padding: 10px;
border-radius: 3px;
}
.well {
border: none;
box-shadow: none;
background-color: @background-color-secondary;
margin-bottom: 1px;
hr {
margin: 10px 0;
border-top: 1px solid @background-color-secondary;
}
table > thead {
font-size: 11px;
}
}