Improved team search and team managing (#18)
This commit is contained in:
parent
9b0c842ae1
commit
d66382b581
12 changed files with 819 additions and 536 deletions
|
|
@ -28,6 +28,10 @@
|
|||
box-shadow: 0.1em 0.1em 0.7em lighten($dark, 75) !important;
|
||||
}
|
||||
|
||||
&.icon-only{
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
@each $name, $pair in $colors {
|
||||
$color: nth($pair, 1);
|
||||
|
||||
|
|
|
|||
Reference in a new issue