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 {
|
.listing {
|
||||||
li {
|
li {
|
||||||
& > div {
|
& > div {
|
||||||
&.calendar .calname:before {
|
&.calendar {
|
||||||
&:extend(.font-icon-class);
|
.calname:before {
|
||||||
content: @fa-var-calendar-alt;
|
&:extend(.font-icon-class);
|
||||||
|
content: @fa-var-calendar-alt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.actions {
|
||||||
|
padding-right: .25rem;
|
||||||
|
|
||||||
|
:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.calendar.cal---invitation--pending .calname:before,
|
&.calendar.cal---invitation--pending .calname:before,
|
||||||
|
@ -68,10 +78,6 @@ a.button {
|
||||||
&.calendar.cal-__bdays__ {
|
&.calendar.cal-__bdays__ {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
||||||
a.quickview {
|
|
||||||
padding-right: .25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.calname {
|
a.calname {
|
||||||
padding-right: 2.5em;
|
padding-right: 2.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue