guide.deuxfleurs.fr/sass/_ultility.scss
MickGe f6dda602a3 Style: création du shortcode table
`{% table() %}` […] `{% end %}` pour entourer les tableaux dans une div
scrollable sur écran étroit
2023-06-14 20:32:58 +00:00

17 lines
196 B
SCSS

.text-center {
text-align: center;
}
.pos-absolute {
right: 0;
left: 0;
position: absolute;
}
.box-shadow {
box-shadow: 0 2px 10px 2px #ddd;
}
.overflow-scroll {
overflow: scroll;
}