forked from Ruderverein-Donau-Linz/rowt
[TASK] refactor sidebar close btn
This commit is contained in:
parent
d8049dd1e6
commit
e7a4b2e8b9
@ -59,11 +59,7 @@
|
||||
|
||||
&-close {
|
||||
border-radius: 100%;
|
||||
width: 27.5px;
|
||||
|
||||
&:focus {
|
||||
background: white !important;
|
||||
}
|
||||
@apply w-6 h-6;
|
||||
}
|
||||
|
||||
&-footer {
|
||||
|
@ -251,9 +251,9 @@
|
||||
Überschrift (wird ersetzt)
|
||||
</span>
|
||||
</div>
|
||||
<button type="button" title="Ausfahrt erstellen schließen" class="sidebar-close border-0 bg-primary-600 text-black"
|
||||
<button type="button" title="Ausfahrt erstellen schließen" class="sidebar-close border-0 bg-primary-100 focus:bg-primary-50 text-black flex items-center justify-center transform rotate-45"
|
||||
data-trigger="sidebar">
|
||||
x
|
||||
{% include "includes/plus-icon" %}
|
||||
</button>
|
||||
</div>
|
||||
<div class="body-js px-2 pt-2" style="margin-top: 63px; margin-bottom: 157px">
|
||||
|
Loading…
x
Reference in New Issue
Block a user