feat: improved visuals
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
94a705b840
commit
1524d12647
8 changed files with 318 additions and 175 deletions
|
@ -5,9 +5,9 @@
|
|||
@inject IWebHostEnvironment env
|
||||
@inject AuthenticationStateProvider authStateProvider
|
||||
|
||||
<div>
|
||||
<div class="toggler">
|
||||
<span>[</span>
|
||||
<a class="toggleOpened" onclick="@ToggleOpened">@toggleText</a>
|
||||
<button onclick="@ToggleOpened">@toggleText</button>
|
||||
<span>]</span>
|
||||
</div>
|
||||
@if (opened)
|
||||
|
|
|
@ -41,4 +41,24 @@
|
|||
|
||||
.postError{
|
||||
color: #ff191c;
|
||||
}
|
||||
|
||||
.toggler button{
|
||||
color: white;
|
||||
padding: 4px 8px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
transition-duration: 0.4s;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
background-color: #433F6B;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.toggler button:hover{
|
||||
background-color: #0de873;
|
||||
color: black;
|
||||
}
|
|
@ -6,9 +6,9 @@
|
|||
@inject IWebHostEnvironment env
|
||||
@inject AuthenticationStateProvider authStateProvider
|
||||
|
||||
<div>
|
||||
<div class="toggler">
|
||||
<span>[</span>
|
||||
<a class="toggleOpened" onclick="@ToggleOpened">@toggleText</a>
|
||||
<button onclick="@ToggleOpened">@toggleText</button>
|
||||
<span>]</span>
|
||||
</div>
|
||||
@if (opened)
|
||||
|
|
|
@ -41,4 +41,24 @@
|
|||
|
||||
.postError{
|
||||
color: #ff191c;
|
||||
}
|
||||
|
||||
.toggler button{
|
||||
color: white;
|
||||
padding: 4px 8px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
transition-duration: 0.4s;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
background-color: #433F6B;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.toggler button:hover{
|
||||
background-color: #0de873;
|
||||
color: black;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue