Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
b698f9e284
@ -217,6 +217,7 @@ ul.navpage_list
|
||||
display: none;
|
||||
position: fixed;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#navsite_list li {
|
||||
@ -230,7 +231,6 @@ ul.navpage_list
|
||||
background-color:rgba(0,0,0,0.6);
|
||||
box-shadow:0 20px 28px 0 rgba(0,0,0,0.6);
|
||||
top: 80px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
nav {
|
||||
@ -242,9 +242,9 @@ ul.navpage_list
|
||||
|
||||
#statusMessageContainer{
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
top: 80px;
|
||||
right: 20px;
|
||||
z-index: 10;
|
||||
z-index: 510;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -315,12 +315,23 @@ input
|
||||
}
|
||||
|
||||
button{
|
||||
background-color: var(--third-bg);
|
||||
border-radius: 50px;
|
||||
border: 2px solid var(--primary);
|
||||
background: var(--third-bg);
|
||||
color: var(--primary-text);
|
||||
border:2px solid var(--primary);
|
||||
width: 175px;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
input
|
||||
{
|
||||
width:175px;
|
||||
button:hover {
|
||||
background: var(--primary);
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
.form-container input {
|
||||
border-radius: 50px;
|
||||
background: none;
|
||||
border: 2px solid var(--primary);
|
||||
width: 175px;
|
||||
color: var(--primary-text);
|
||||
}
|
@ -3,5 +3,6 @@
|
||||
<h1 class="title"></h1>
|
||||
<p>Adlerka študentské news</p>
|
||||
<hr>
|
||||
<p>Rohová časť stola v a A103 spáchala samovraždu po dotyku Richarda Mikloša!!!</p>
|
||||
</header>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user