forked from friilancer/teamStarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
59 lines (59 loc) · 903 Bytes
/
main.css
File metadata and controls
59 lines (59 loc) · 903 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
52
53
54
55
56
57
58
59
.form-control{
border: 0px;
border-radius: 0;
border-bottom: 1px solid black;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.input-group-text{
border:none;
border-radius: 0;
background: white;
border-bottom: 1px solid black;
}
.actve{
border-bottom: 2px solid #F64072;
}
.disabld{
color:grey;
}
button{
background: #F64072;
color: white;
padding: 10px 25px;
border: 1px solid #F64072;
width: 100%;
}
button:focus{
outline: none;
}
.clr{
color:#F64072;
}
a.nav-link{
color: black;
font-weight: bolder;
}
.main{
margin-top: 15vh;
}
form{
margin: 0 10vw;
}
a.logInLink{
color: #F64072;
}
a.signUpLink{
color: #F64072;
}
a.signUpLink:hover{
text-decoration: none;
color:black;
}
a.logInLink:hover{
text-decoration: none;
color:black;
}