1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

fix misspelling of varibale name on widget

This commit is contained in:
Alex Windett 2016-11-01 11:03:37 +00:00
parent 96f311369b
commit 7ec68ebc98

View File

@ -8,7 +8,7 @@
.content {
cursor: pointer;
border-radius: 4px;
border: var(--border-uncheckedx);
border: var(--border-unchecked);
padding: remCalc(36);
& img {
max-width: 100%;