Skip to content

Commit f8d1a2a

Browse files
committed
Fix: styles for cards
1 parent 52c9d61 commit f8d1a2a

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

_sass/minimal-mistakes/_pyos-cards.scss

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@
1818
// Ensure all cards have the height of the tallest card
1919
align-items: stretch;
2020

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+
2137
.card {
2238
font-size: .8em;
2339
display: flex;
@@ -32,18 +48,18 @@
3248
padding: 1em;
3349
}
3450
h4.title {
35-
color: #fff!important;
51+
color: $pyos-darkpurple!important;
3652
font-size: 1.3em;
3753
margin: 0;
3854
font-family: $sans-serif;
39-
font-weight: 300;
55+
font-weight: 500;
4056
}
4157
.title-block {
42-
background-color: $pyos-darkpurple;
58+
background-color: $pyos-lightpurple;
4359
display: flex;
4460
height: 7em;
4561
padding: 1.2em;
46-
border-bottom: #555 2px solid;
62+
border-bottom: $pyos-darkpurple 1.3px solid;
4763
border-top-left-radius: 10px;
4864
border-top-right-radius: 10px;
4965
border-bottom-left-radius: 0;

_sass/minimal-mistakes/_variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ $background-block: #d6cfde;
7676
/* pyos colors */
7777

7878
$pyos-darkpurple: #542668;
79+
$pyos-lightpurple: #e1dfed;
80+
$pyos-teal:#81c0aa;
7981

8082
$gray: #24052f !default;
8183
$dark-gray: #4c454e !default;

0 commit comments

Comments
 (0)