Elastic: Small padding fix on calendars list
This commit is contained in:
parent
6181c8d65e
commit
14e1a98d8c
1 changed files with 13 additions and 7 deletions
|
@ -49,9 +49,19 @@ a.button {
|
|||
.listing {
|
||||
li {
|
||||
& > div {
|
||||
&.calendar .calname:before {
|
||||
&:extend(.font-icon-class);
|
||||
content: @fa-var-calendar-alt;
|
||||
&.calendar {
|
||||
.calname:before {
|
||||
&:extend(.font-icon-class);
|
||||
content: @fa-var-calendar-alt;
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding-right: .25rem;
|
||||
|
||||
:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.calendar.cal---invitation--pending .calname:before,
|
||||
|
@ -68,10 +78,6 @@ a.button {
|
|||
&.calendar.cal-__bdays__ {
|
||||
font-style: italic;
|
||||
|
||||
a.quickview {
|
||||
padding-right: .25rem;
|
||||
}
|
||||
|
||||
a.calname {
|
||||
padding-right: 2.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue