forked from codeclannigeria/CodeClanUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (111 loc) · 2.12 KB
/
style.css
File metadata and controls
116 lines (111 loc) · 2.12 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: cursive, sans-serif;
}
.left-sidebar{
position: absolute;
width: 245px;
height: 80px;
left: 0px;
top: 0px;
background: #FFFFFF;
}
.header{
position: absolute;
width: 1127px;
height: 82px;
left: 239px;
top: -2px;
background: #FFFFFF;
border: 2px solid #EAEDF3;
}
.left-sidebar .s{
position: absolute;
width: 12.75px;
height: 26.56px;
left: 43px;
top: 29.31px;
font-family: sans-serif, cursive;
font-size: 18px;
line-height: 21px;
color: #2A5699;
}
.left-sidebar .sinau{
position: absolute;
width: 55px;
height: 27px;
left: 86px;
top: 27px;
font-size: 20px;
line-height: 23px;
color: #222222;
}
/*Icon styles*/
a .nav-link {
color: #626262;
margin-right: 2rem;
}
.header .search-rect{
position: relative;
right: 15rem;
/* display: flex;
justify-content: space-between; */
}
.header .search-rect button.search-content{
position: absolute;
width: 300px;
height: 40px;
left: 280px;
top: 20px;
background-color: #FBFBFD;
border-radius: 8px;
display: flex;
justify-content: space-around;
align-items: center;
padding:0.5 1rem;
border: transparent;
}
/* .header .search-rect button svg{
margin-right: 1rem;
} */
.header .search-rect button.upload-task{
position: absolute;
width: 150px;
height: 40px;
left: 900px;
top: 20px;
background: rgba(42, 86, 153, 0.1);
border-radius: 8px;
border: transparent;
display: flex;
justify-content: space-around;
align-items: center;
padding:0.5 1rem;
}
.bordered-out{
border-left: 1px solid rgba(234, 237, 243, 0.6);
position: relative;
left: 0rem;
}
.bordered-out svg.fa-bell{
position: absolute;
left: 950px;
top: 2rem;
}
.bordered-out svg.fa-cog{
position: absolute;
left: 900px;
top: 2rem;
}
.bordered-out p{
position: absolute;
width: 61px;
height: 19px;
left: 1000px;
top: 33px;
font-size: 14px;
line-height: 16px;
color: #222222;
}