Skip to content
Snippets Groups Projects
Commit 8a6fc3a7 authored by Michael Enz's avatar Michael Enz
Browse files

OO-1211

borderless grey default button style
parent 274781fb
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,11 @@ $panel-border-radius: $border-radius-base !default;
$thumbnail-border-radius: $border-radius-base !default;
$badge-border-radius: 0px !default;
/* buttons */
$btn-default-color: #333 !default;
$btn-default-bg: #e6e6e6 !default;
$btn-default-border: transparent !default;
/* light theme _config overrides */
$o-content-border-box-radius : $border-radius-small !default;
......
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