20 lines
246 B
SCSS
20 lines
246 B
SCSS
.content h3 {
|
|
.icon, .is-small {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
.table.has-actions {
|
|
border-top: 1px solid $grey-100;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
|
|
td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
td.actions {
|
|
text-align: right;
|
|
}
|
|
}
|