decreaes width of calendaricon to 30p
This commit is contained in:
parent
74af5b74ba
commit
da57d52c57
|
@ -67,7 +67,7 @@ div.datetime-container {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
width: calc(55px * var(--small));
|
width: calc(30px * var(--small));
|
||||||
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
|
||||||
height: calc(55px * var(--small));
|
height: calc(55px * var(--small));
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
Loading…
Reference in a new issue