style: feed styling
This commit is contained in:
parent
a7c1084dc4
commit
87215650a9
8 changed files with 68 additions and 12 deletions
|
@ -1,6 +1,8 @@
|
|||
.organisations-table {
|
||||
inline-size: 80% !important;
|
||||
|
||||
& thead {
|
||||
z-index: 1;
|
||||
position: sticky;
|
||||
|
||||
& th {
|
||||
|
@ -10,9 +12,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__logo {
|
||||
max-inline-size: 5em;
|
||||
max-block-size: 5em;
|
||||
fill: $dark;
|
||||
}
|
||||
|
||||
&__items-icon {
|
||||
padding: 1em;
|
||||
font-size: 1.4em;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
float: inline-start;
|
||||
padding-inline-end: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue