Further style tweaks.

This commit is contained in:
Aditya Toshniwal
2019-01-07 16:03:54 +05:30
committed by Akshay Joshi
parent 419bb7f995
commit d361e604c1
10 changed files with 47 additions and 34 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -41,3 +41,8 @@
border-radius: $card-border-radius;
border: $panel-border;
}
.dashboard-link a {
cursor: pointer;
color: $color-fg-theme;
}