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