mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1542: #4075 TK zum Kalender Button Breite angepasst
#4075 TK zum Kalender Button Breite angepasst Related work items: #4075
This commit is contained in:
committed by
Nino Righi
parent
741e651a20
commit
f74d14d573
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
a {
|
||||
@apply flex flex-row items-center py-2 px-4 no-underline border-2 border-solid font-bold text-lg whitespace-nowrap;
|
||||
@apply flex flex-row items-center justify-center py-2 px-4 no-underline border-2 border-solid font-bold text-lg whitespace-nowrap;
|
||||
border: 1px solid #aeb7c1;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -12,7 +12,8 @@ a {
|
||||
}
|
||||
|
||||
&.calendar-nav {
|
||||
width: 188px;
|
||||
min-width: 188px;
|
||||
max-width: 204px;
|
||||
}
|
||||
|
||||
ui-icon {
|
||||
|
||||
Reference in New Issue
Block a user