mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
asd
This commit is contained in:
@@ -17,8 +17,8 @@ button {
|
||||
border-color: var(--color-accent);
|
||||
}
|
||||
|
||||
&.error {
|
||||
border-color: var(--color-error);
|
||||
&.danger {
|
||||
border-color: var(--color-danger);
|
||||
}
|
||||
&.success {
|
||||
border-color: var(--color-success);
|
||||
|
||||
12
styles/modules/AdminControl.module.scss
Normal file
12
styles/modules/AdminControl.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@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;
|
||||
}
|
||||
12
styles/modules/AdminNav.module.scss
Normal file
12
styles/modules/AdminNav.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import "../variables.scss";
|
||||
|
||||
.adminNav {
|
||||
border-top: 2px solid var(--color-danger);
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
column-gap: 50px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
--color-font-muted: #929292;
|
||||
--color-shadow-nav: #00000033;
|
||||
|
||||
--color-error: #cf000f;
|
||||
--color-danger: #cf000f;
|
||||
--color-success: #009944;
|
||||
--color-info: #63c0df;
|
||||
--color-warning: #f0541e;
|
||||
|
||||
Reference in New Issue
Block a user