UNPKG

896 BSCSSView Raw
1.content-sidebar{
2
3 .card-header{
4 padding-bottom: 0;
5 }
6
7 .card-content{
8
9 h4{
10 font-size: rem-calc(12);
11 font-weight: 600;
12 color: $color-pale-sky;
13 line-height: 1;
14 margin-bottom: rem-calc(5);
15 }
16
17 .content{
18 font-size: rem-calc(14);
19 line-height: 1.29;
20 font-weight: 400;
21 color: $color-outer-space;
22 word-break: break-word;
23 }
24
25 [class*='thumb-']{
26 margin-right: rem-calc(10);
27 }
28 }
29
30 .card-box{
31 padding: rem-calc(15) 0;
32 }
33
34 .user-data{
35
36 i{
37 font-size: rem-calc(20);
38 margin-right: rem-calc(9);
39 }
40
41 .content{
42 margin-top: rem-calc(10);
43 }
44 }
45
46 .card-box-edit{
47
48 .icon-copy-paste{
49 display: none;
50 font-size: rem-calc(35);
51 }
52
53 &:hover{
54 background-color: $color-catskill-white;
55
56 .icon-copy-paste{
57 display: block;
58 }
59 }
60 }
61}
\No newline at end of file