-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
116 lines (99 loc) · 2.19 KB
/
style.css
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
.body {
background-color: #fafafa;
}
.nav-top {
height: 63px;
background-color: white !important;
border-top: 0.5px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
}
.nav-container {
padding-left: 25% !important;
padding-right: 25% !important;
}
.fomr-control {
border-radius: .15rem !important;
padding: 0% !important;
background-color: #fafafa !important;
text-align: center;
font-size: 15px !important;
}
.img-nav {
border-radius: 100%;
-o-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
max-width: 30px;
max-height: 25px;
}
.icons {
padding: 4%;
font-size: 25px;
}
.img-profile {
border-radius: 100%;
-o-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
max-width: 200px;
max-height: 150px;
}
.username {
font-weight: 300; font-size: 28px;
}
.button-edit {
color: black !important;
font-size: 14px !important;
font: 600 !important;
border-color: #dae1e7 !important;
}
.btn {
padding: .100rem .50rem !important;
}
.profile-datas {
font-size: 16px;
}
.name {
font-size: 16px; display: inline; font-weight: 600 !important;
}
.profile-desc {
font-size: 16px;
}
.stories {
text-align: center;
font-size: 15px;
font-weight: 600;
}
.nav-feed {
border-bottom: none !important;
display:flex;
align-items: center;
justify-content: center;
padding-bottom: 15px;
}
.nav-link-1 {
color: #495057;
background-color: #fafafa !important;
border-color: gray #fff #fff !important;
border-top-right-radius: .0rem !important;
border-top-left-radius: .0rem !important;
font-size: 12px;
font-weight: 600;
}
.nav-link-2 {
color: #a2a8af;
background-color: #fafafa !important;
border-color: #fff #fff #fff !important;
border-top-right-radius: .0rem !important;
border-top-left-radius: .0rem !important;
font-size: 12px;
font-weight: 600;
}
.card {
border: 0px solid rgba(0,0,0,.125) !important;
border-radius: .0rem !important;
}
.card .card-img, .card-img-top {
border-top-left-radius: 0rem !important;
border-top-right-radius: 0rem !important;
}