Front dependency care
This commit is contained in:
parent
44bf53888f
commit
08bad70ef8
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
|
@ -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;
|
||||||
|
|
5181
front/yarn.lock
5181
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue