New Group administration: update title and avatar
This commit is contained in:
parent
468d491d34
commit
9f5335b854
25 changed files with 806 additions and 61 deletions
|
@ -6,9 +6,20 @@
|
|||
@include font-body-1;
|
||||
padding: 8px 12px;
|
||||
border-radius: 6px;
|
||||
border: 2px solid $color-gray-15;
|
||||
background: $color-white;
|
||||
color: $color-black;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
|
||||
@include light-theme {
|
||||
background: $color-white;
|
||||
color: $color-black;
|
||||
border-color: $color-gray-15;
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
background: $color-gray-80;
|
||||
color: $color-gray-05;
|
||||
border-color: $color-gray-45;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue