0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00
Files
homebrewery/themes/phb.depricated.less
Víctor Losada Hernández 163e3927b5 style lint
2025-03-18 19:38:58 +01:00

31 lines
774 B
Plaintext

.phb {
//Double hr for full width elements
hr + hr + blockquote {
-webkit-column-span : all;
-moz-column-span : all;
column-span : all;
}
//*****************************
// * CLASS TABLE
// *****************************/
hr+table {
padding-top : 10px;
margin-top : -5px;
margin-bottom : 50px;
border-collapse : separate;
background-color : white;
border : initial;
border-style : solid;
border-image-source : @frameBorderImage;
border-image-slice : 150 200 150 200;
border-image-width : 47px;
border-image-outset : 37px 17px;
border-image-repeat : round;
}
h5 + hr + table {
-webkit-column-span : all;
-moz-column-span : all;
column-span : all;
}
}