userDetail.scss
716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.user-quote {
margin-top: 20px;
h2 {
font-size: 30px;
font-family: "Vollkorn", serif;
margin: 15px 0px;
}
h3 {
display: flex;
margin-right: 100px;
flex-direction: row-reverse;
font-size: 20px;
opacity: 0.5;
font-family: "Vollkorn", serif;
}
}
label {
font-family: "Raleway", sans-serif;
font-size: 13px;
font-weight: bold;
padding: 10px;
}
.user-profile {
.user-profile__column {
img {
width: 100px;
height: 100px;
object-fit: cover;
}
.user-profile__link {
display: flex;
font-family: "Raleway", sans-serif;
flex-wrap: wrap;
font-weight: bold;
width: 5px;
color: rgb(92, 92, 221);
}
}
}