Use svg for arrows in calendar
This commit is contained in:
parent
5a314ffbec
commit
03f74e76ca
2 changed files with 27 additions and 2 deletions
|
|
@ -9,6 +9,22 @@
|
|||
width: 100%;
|
||||
font-weight: bold;
|
||||
|
||||
.prev.button,
|
||||
.next.button {
|
||||
|
||||
.svg-arrow {
|
||||
display: block;
|
||||
margin: consts.$margin calc(consts.$margin / 2);
|
||||
fill: consts.$link-color;
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
}
|
||||
|
||||
&:hover .svg-arrow {
|
||||
fill: consts.$link-hover-color;
|
||||
}
|
||||
}
|
||||
|
||||
.prev {
|
||||
float: left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue