feat: admin - groups edit UI
This commit is contained in:
5
client/scss/components/_data-table.scss
Normal file
5
client/scss/components/_data-table.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
.datatable {
|
||||
.is-clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
@@ -8,4 +8,10 @@
|
||||
align-items: center;
|
||||
padding: 0 1rem;
|
||||
font-size: 1.2rem;
|
||||
|
||||
&.is-red {
|
||||
background-color: mc('red', '700');
|
||||
background: radial-gradient(ellipse at top, mc('red', '500'), transparent),
|
||||
radial-gradient(ellipse at bottom, mc('red', '800'), transparent);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user