login.module.scss 663 Bytes
Newer Older
한규민's avatar
한규민 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
input {
  margin: 5px 0;
  padding: 5px 5px;
  color:white;
}

label{
  color: white;
}
.btn{
  background-color: black;
  color: #FEDC00;
}
.login{
  flex-direction: column;
}

.box{
  display: flex;
  padding: 0 10px;
  width: 100%;
}

.inputContents {
한규민's avatar
login    
한규민 committed
25
    display: flex;
한규민's avatar
한규민 committed
26
    flex-direction: column;
한규민's avatar
login    
한규민 committed
27
28
    text-decoration: none;
    color: white;
한규민's avatar
한규민 committed
29
30
31
32
33
34
35
36
37
}

.navLink{
  background-color: yellow;
}
  
.loginBtn {
    color : black;
    background-color:  #FEDC00;
한규민's avatar
login    
한규민 committed
38
39
40
    border: none;
    font-size: 15px;
    font-weight: bold;
한규민's avatar
한규민 committed
41
}
한규민's avatar
login    
한규민 committed
42
  
한규민's avatar
한규민 committed
43
44
.intoSignupPage {
    text-decoration: none;
한규민's avatar
login    
한규민 committed
45
    color: white;
한규민's avatar
한규민 committed
46
47
48
49
50
51
}

.intoSignupPage:hover {
    text-decoration: none;
    color:  #FEDC00; 
}