Skip to content
Snippets Groups Projects
Commit 08bad70e authored by Agate's avatar Agate 💬
Browse files

Front dependency care

parent 44bf5388
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
"axios-auth-refresh": "^2.2.6",
"core-js": "^3.6.4",
"diff": "^4.0.1",
"django-channels": "^1.1.6",
"django-channels": "1.1.6",
"focus-trap": "^5.1.0",
"fomantic-ui-css": "^2.8.3",
"howler": "^2.0.14",
......
......@@ -81,3 +81,10 @@ button.reset {
.ui.dropdown .menu > .item {
background: var(--dropdown-background);
}
.ui.circular.button {
padding: 0.78571429em;
> i {
margin-right: 0;
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
button.item {
width: 100%;
}
> .floating.dropdown {
> .floating.dropdown:not(.button) {
background: transparent;
padding: 0;
border: none;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment