Improved team search and team managing (#18)

This commit is contained in:
konrad 2019-03-03 12:50:06 +00:00 committed by Gitea
parent 9b0c842ae1
commit d66382b581
12 changed files with 819 additions and 536 deletions

View file

@ -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);