mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
24 lines
310 B
CSS
24 lines
310 B
CSS
|
button {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
input[type="checkbox"],
|
||
|
input[type="radio"] {
|
||
|
box-sizing: border-box;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.fixed-blocks {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.feature-items {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.modular .features .feature {
|
||
|
margin: 1%;
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
float: none;
|
||
|
}
|