16 lines
192 B
SCSS
16 lines
192 B
SCSS
|
@import "constants";
|
||
|
|
||
|
table.archive-table {
|
||
|
.text-right {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.center {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
padding: 3 * $default-spacer $default-spacer;
|
||
|
}
|
||
|
}
|