MickGe
f6dda602a3
`{% table() %}` […] `{% end %}` pour entourer les tableaux dans une div scrollable sur écran étroit
17 lines
No EOL
196 B
SCSS
17 lines
No EOL
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;
|
|
} |