mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-06-13 09:25:21 +08:00
7 lines
106 B
SCSS
7 lines
106 B
SCSS
.card {
|
|
background-color: $white;
|
|
border: $border;
|
|
border-radius: 6px;
|
|
box-shadow: $box-shadow;
|
|
}
|