Skip to content
Snippets Groups Projects
Commit 47acdd27 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

tweak core rounded and shadowed to reflect new values

parent 205d23a2
Branches
Tags
No related merge requests found
:root {
--default-border-radius: 4px;
--default-border-radius: 3px;
}
.rounded {
border-radius: var(--default-border-radius);
......
:root {
--shadow-color: rgba(0, 0, 0, .07);
--shadow-color: rgba(0, 0, 0, .08);
}
.shadowed {
box-shadow: 0 1px 1px var(--shadow-color);
box-shadow: 0 2px 2px var(--shadow-color);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment