Front dependency care

This commit is contained in:
Agate 2020-08-20 14:08:19 +02:00
parent 44bf53888f
commit 08bad70ef8
4 changed files with 2439 additions and 2753 deletions

View File

@ -19,7 +19,7 @@
"axios-auth-refresh": "^2.2.6", "axios-auth-refresh": "^2.2.6",
"core-js": "^3.6.4", "core-js": "^3.6.4",
"diff": "^4.0.1", "diff": "^4.0.1",
"django-channels": "^1.1.6", "django-channels": "1.1.6",
"focus-trap": "^5.1.0", "focus-trap": "^5.1.0",
"fomantic-ui-css": "^2.8.3", "fomantic-ui-css": "^2.8.3",
"howler": "^2.0.14", "howler": "^2.0.14",

View File

@ -81,3 +81,10 @@ button.reset {
.ui.dropdown .menu > .item { .ui.dropdown .menu > .item {
background: var(--dropdown-background); background: var(--dropdown-background);
} }
.ui.circular.button {
padding: 0.78571429em;
> i {
margin-right: 0;
}
}

View File

@ -2,7 +2,7 @@
button.item { button.item {
width: 100%; width: 100%;
} }
> .floating.dropdown { > .floating.dropdown:not(.button) {
background: transparent; background: transparent;
padding: 0; padding: 0;
border: none; border: none;

File diff suppressed because it is too large Load Diff