mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
Visual improvements
This commit is contained in:
@ -4,4 +4,7 @@ afx-calendar-view afx-grid-view afx-grid-row:nth-child(even) afx-grid-cell
|
||||
}
|
||||
afx-calendar-view afx-grid-view .grid_row_header afx-grid-cell{
|
||||
border-right: 0;
|
||||
}
|
||||
afx-calendar-view afx-label {
|
||||
display: inline-block;
|
||||
}
|
@ -1,16 +1,12 @@
|
||||
afx-label i.icon-style {
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
afx-label span {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items:center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
afx-label i.label-text{
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-left: 3px;
|
||||
flex: 1;
|
||||
}
|
Reference in New Issue
Block a user