mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-27 09:03:40 +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;
|
|
}
|