Change style
This commit is contained in:
parent
594ac544dd
commit
927649bba6
|
@ -258,6 +258,8 @@
|
|||
|
||||
padding: 0 0.5rem;
|
||||
|
||||
border: solid 1px var(--background-secondary-color);
|
||||
|
||||
&::after {
|
||||
content: attr(data-language);
|
||||
bottom: 0;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
.table-layout-search {
|
||||
float: left;
|
||||
padding-bottom: 0.5rem !important;
|
||||
margin-bottom: 1rem !important;
|
||||
}
|
||||
|
||||
.table-layout-action {
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
top: 0 !important;
|
||||
margin-top: -0.5rem !important;
|
||||
bottom: 0 !important;
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.calendar-entry::after {
|
||||
|
@ -65,7 +66,7 @@
|
|||
flex-basis: 0;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
line-height: 2rem;
|
||||
line-height: initial;
|
||||
width: 100% !important;
|
||||
|
||||
&:first-child {
|
||||
|
|
Loading…
Reference in a new issue