mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
refactor
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
@import "../variables.scss";
|
||||
|
||||
.adminControl {
|
||||
border-bottom: 2px solid var(--color-danger);
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
column-gap: 50px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
.adminNav {
|
||||
border-top: 2px solid var(--color-danger);
|
||||
border-bottom: 2px solid var(--color-danger);
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user