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 {
|
&-close {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
width: 27.5px;
|
@apply w-6 h-6;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
background: white !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-footer {
|
&-footer {
|
||||||
|
@ -251,9 +251,9 @@
|
|||||||
Überschrift (wird ersetzt)
|
Überschrift (wird ersetzt)
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</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">
|
data-trigger="sidebar">
|
||||||
x
|
{% include "includes/plus-icon" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="body-js px-2 pt-2" style="margin-top: 63px; margin-bottom: 157px">
|
<div class="body-js px-2 pt-2" style="margin-top: 63px; margin-bottom: 157px">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user