test
This commit is contained in:
@@ -211,6 +211,20 @@ header ul li {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#StatusMessage {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
padding: 10px;
|
||||
background-color: var(--third-bg);
|
||||
color: var(--primary-text);
|
||||
border-radius: 5px;
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
/* <DASHBOARD STYLING> */
|
||||
/* ZAČÍNAJ VŠETKO S ".dashboard" */
|
||||
|
||||
@@ -221,5 +235,4 @@ header ul li {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* </DASHBOARD STYLING> */
|
Reference in New Issue
Block a user