signup.module.scss 411 Bytes
Newer Older
한규민's avatar
한규민 committed
1
2
3
.input {
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 0 0.5rem 0;
4
    color:black;
한규민's avatar
한규민 committed
5
    border-radius: 3px;
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  }
  
.butterYellow{
  background-color:  #FEDC00;
}

.btnHover:hover{
background-color: black;
color: #FEDC00;
transition: 1s ease-out;
}
.contents{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 5px;
}
.signupLabel{
  color: white;
}