forked from CodewarsClone/Codewars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.scss
More file actions
51 lines (42 loc) · 901 Bytes
/
Copy pathprofile.scss
File metadata and controls
51 lines (42 loc) · 901 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
40
41
42
43
44
45
46
47
48
49
50
51
/************* PROFILE **********/
/******** VARIABLES *********/
$sidebar-color: #222222;
$main-background: #303133;
$container1: #262729;
$container2: #2B2C2E;
$container3: #3C3C3C;
$container4: #1D1D1F;
$blueContainer: #363749;
$button1: #1E1F21;
$font: 'Lato', sans-serif;
$yellow-color: #ECB613;
$blue-color: #6795DE;
$orange-color: #CF4B32;
$clone-wars-color: rgb(217, 217, 217);
$grey-color: #C0C0C0;
.profile-main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.profile-banner, .profile-ads, .profile-big {
margin-vertical: 10vh;
}
.profile-banner {
background-color: $container4;
height: 10vh;
width: 10vw;
}
.profile-big-head {
display: flex;
flex-direction: row;
}
.section-selector {
background-color: $container1;
width: 120px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}