Skip to content
Snippets Groups Projects
Commit fa3ab59c authored by Aria Givi's avatar Aria Givi Committed by Phil Höfer
Browse files

changed card borders

parent f005e91f
No related branches found
No related tags found
2 merge requests!1556Development,!1506Resolve "Dark stylesheet alternative"
.card,
.card-medium {
border: 1px solid #ccc;
border: 1px solid @card-border-color;
background-color: @card-background-color;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
padding: 8px;
......
......@@ -2,12 +2,14 @@
@import "./variables.less";
// Default Background Color
@card-background-color: @color-strong-grey;
@background-color: @color-almost-black;
@background-color-mobile: @color-almost-black;
@sidebar-list-hover-color: @color-strong-grey;
// General text color.
@text-color: @color-white;
// Default textual link color.
@link-color: #FF8000;
// Sidebar styles
@sidebar-list-hover-color: @color-strong-grey;
// Card styles
@card-background-color: @color-strong-grey;
@card-border-color: #727272;
......@@ -10,7 +10,6 @@
@color-black: black;
// Default Background Color
@background-color: white;
@card-background-color: @background-color;
@background-color-mobile: #FAFAFA;
@sidebar-list-hover-color: @color-almost-white;
// Default Font
......@@ -29,4 +28,7 @@ sans-serif;
// Screen sizes
@screen-mobile: 760px;
@screen-small: 1000px;
@screen-medium: 1200px;
\ No newline at end of file
@screen-medium: 1200px;
// Card styles
@card-background-color: @background-color;
@card-border-color: #ccc;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment