You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/styles/components/card/skin.scss

26 lines
440 B

%card:hover,
%card:focus {
@extend %card-intent;
}
%card {
border: $decor-border-100;
border-radius: $decor-radius-100;
background-color: rgba($white, 0.9);
}
%card > section,
%card > ul > li {
border-top: $decor-border-100;
}
%card,
%card > section,
%card > ul > li {
border-color: $gray-200;
}
%card ul {
/*TODO: %list-style-none?*/
list-style-type: none;
}
%card-intent {
box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}