mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
8 lines
116 B
SCSS
8 lines
116 B
SCSS
$m: 'pagination';
|
|
|
|
.#{$m} {
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: pxToRem(40px) 0;
|
|
}
|