mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 20:26:23 +00:00
10 lines
194 B
SCSS
10 lines
194 B
SCSS
$card-border-radius: 2px !default;
|
|
|
|
md-card.md-THEME_NAME-theme {
|
|
border-radius: $card-border-radius;
|
|
|
|
.md-card-image {
|
|
border-radius: $card-border-radius $card-border-radius 0 0;
|
|
}
|
|
}
|