File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
$card-padding : 1rem ;
2
- $card-border-color : #e6e6e6 ;
2
+ $card-border-color : $gray35 ;
3
3
4
4
.card {
5
5
width : 100% ;
6
- border : 1px solid $card-border-color ;
7
6
border-radius : $border-radius ;
8
7
background-color : $white ;
9
8
overflow : hidden ;
10
9
11
10
& __content {
12
11
padding : $card-padding ;
12
+ border : 1px solid $card-border-color ;
13
+
14
+ & :not (:first-child ) {
15
+ border-bottom-left-radius : $border-radius ;
16
+ border-bottom-right-radius : $border-radius ;
17
+ border-top : 0 ;
18
+ }
13
19
}
14
20
}
Original file line number Diff line number Diff line change 4
4
height : auto ;
5
5
position : relative ;
6
6
overflow : hidden ;
7
- background-color : $gray30 ;
7
+ background-color : $gray35 ;
8
8
9
9
img {
10
10
position : absolute ;
31
31
display : block ;
32
32
width : 100% ;
33
33
height : auto ;
34
- background-color : $gray30 ;
34
+ background-color : $gray35 ;
35
35
background-size : cover ;
36
36
background-position : center ;
37
37
background-repeat : no-repeat ;
You can’t perform that action at this time.
0 commit comments