File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 18
18
// Ensure all cards have the height of the tallest card
19
19
align-items : stretch ;
20
20
21
+ & a .btn.btn--success.btn--large {
22
+ background-color : $pyos-darkpurple !important ;
23
+ color : $pyos-lightpurple !important ;
24
+ border-bottom-left-radius : 10px ;
25
+ border-bottom-right-radius : 10px ;
26
+ border-top-left-radius : 0 ;
27
+ border-top-right-radius : 0 ;
28
+ margin-bottom : 0 !important ;
29
+ font-size : 1.03em ;
30
+
31
+ }
32
+
33
+ & .fa-solid .fa-magnifying-glass {
34
+ color : #81c0aa ;
35
+ }
36
+
21
37
.card {
22
38
font-size : .8em ;
23
39
display : flex ;
32
48
padding : 1em ;
33
49
}
34
50
h4 .title {
35
- color : #fff !important ;
51
+ color : $pyos-darkpurple !important ;
36
52
font-size : 1.3em ;
37
53
margin : 0 ;
38
54
font-family : $sans-serif ;
39
- font-weight : 300 ;
55
+ font-weight : 500 ;
40
56
}
41
57
.title-block {
42
- background-color : $pyos-darkpurple ;
58
+ background-color : $pyos-lightpurple ;
43
59
display : flex ;
44
60
height : 7em ;
45
61
padding : 1.2em ;
46
- border-bottom : #555 2 px solid ;
62
+ border-bottom : $pyos-darkpurple 1.3 px solid ;
47
63
border-top-left-radius : 10px ;
48
64
border-top-right-radius : 10px ;
49
65
border-bottom-left-radius : 0 ;
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ $background-block: #d6cfde;
76
76
/* pyos colors */
77
77
78
78
$pyos-darkpurple : #542668 ;
79
+ $pyos-lightpurple : #e1dfed ;
80
+ $pyos-teal :#81c0aa ;
79
81
80
82
$gray : #24052f !default ;
81
83
$dark-gray : #4c454e !default ;
You can’t perform that action at this time.
0 commit comments