-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (88 loc) · 1.87 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
body{
margin: 0%;
padding: 0px;
box-sizing: border-box;
/* background-image: url("home-section-bg.webp"); */
}
.header{
padding: 1%;
float: right;
}
.profile-image{
border-radius: 60%;
cursor: pointer;
text-decoration: none;
display: inline-block;
flex: 0 1 auto;
line-height: normal;
}
.profile-image:hover{
border: 3% solid gray;
}
.link-text {
color: black;
text-decoration: none;
}
.link-text:hover {
text-decoration: underline;
color: black;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.google-logo {
padding-top: 9%;
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 13%;
}
.main {
width: 50%;
margin: 50px auto;
}
.has-search .form-control {
padding-left: 2.375rem;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
border-radius: 20%;
}
.btn {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-header {
background-color: #e9f0ea;
border-bottom: 1px solid #e9f0ea;
margin-top: 12.3%;
color: rgba(0,0,0,.54);
}
.link-text-footer{
color:rgba(0,0,0,.54);
text-decoration: none;
}
.link-text-footer:hover{
text-decoration: underline;
}
.link-text-Sfooter{
float: right;
color: rgba(0,0,0,.54);
text-decoration: none;
}
.link-text-Sfooter:hover{
text-decoration: underline;
}
.language{
text-decoration: none;
}
.lang{
text-decoration: none;
}