my-info.module.scss 2.05 KB
Newer Older
한규민's avatar
한규민 committed
1
.title{
한규민's avatar
한규민 committed
2
3
4
  display: flex;
  justify-content: center;
  color: #FEDC00;
5
  font-size: 3rem;
한규민's avatar
한규민 committed
6
  margin: 2rem 0;
한규민's avatar
한규민 committed
7
}
Jiwon Yoon's avatar
Jiwon Yoon committed
8
.img{
한규민's avatar
한규민 committed
9
10
11
width: 40%;
}

한규민's avatar
한규민 committed
12
13
14
15
16
17
18
.confirm{
  color: black;
  padding-right: 8px;
  text-align: center;
  display: flex;
  align-items: center;
}
한규민's avatar
한규민 committed
19

한규민's avatar
한규민 committed
20
21
22
.input2 {
  width: 9.01rem;
}
한규민's avatar
한규민 committed
23
24
.userName{
    color: white;
25
    font-size: 1.8rem;
한규민's avatar
한규민 committed
26
  }
한규민's avatar
한규민 committed
27
28
29
30
31
32
33
34

.contents{
    display: flex;
    width: 100%;
    justify-content: spa;
    align-items: center;
    padding-top: 5px;
  }
한규민's avatar
한규민 committed
35

한규민's avatar
한규민 committed
36
37
38
39
40
  .signupLabel{
    color: black;
    padding-right: 8px;
    text-align: left;
  }
한규민's avatar
한규민 committed
41
42
43
44
45
46
47
  .input_file_button{
    padding: 6px 25px;
    background-color:#FF6600;
    border-radius: 4px;
    color: white;
    cursor: pointer;
  }
한규민's avatar
한규민 committed
48
49
  .inputContent{
    display: flex;
한규민's avatar
한규민 committed
50
    justify-content: space-around;
한규민's avatar
한규민 committed
51
    align-items: center;
한규민's avatar
한규민 committed
52
    margin: 1rem 0;
한규민's avatar
한규민 committed
53
  }
한규민's avatar
한규민 committed
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
  .box{
    width:12rem;
    margin: 0px auto;
    position: relative;
  }
  .box:hover{
    display: block;
  }
.hoverTxt{
  display: none;
  position:absolute;
  top:5rem;
  left:2.5rem;
  color : #FEDC00;
  font-size: 1.5rem;
}
.box:hover .hoverTxt{
  display: block;
}
.profile{
  width: 12rem;
  height: 12rem;
}
.profile:hover{
    opacity: 0.5;
    }
한규민's avatar
한규민 committed
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
117
118
119
120
121
122
  .input {
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 0 0.5rem 0;
    border-radius: 3px;
    text-align: center;
  }
  
  input[type=password]{
  font-family: 'Courier New', Courier, monospace;
  }
  
  
  input::placeholder{
    font-family: 'HangeulNuriB'
  }
  
  .inputSize{
    width: 15.3rem;
  }
  
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  .butterYellowAndBtn{
    color: black;
  background-color:  #FEDC00;
  border: 1px solid black;
  text-align: center;
  }
  
  .btnHover:hover{
  background-color: black;
  color: #FEDC00;
  transition: ease-out;
  border: 1px solid #FEDC00 ;
  text-align: center;
  }
  
  .passwordConfirmError{
    margin-bottom: 0;
    margin-top: 0.5rem;
123
    margin-right: 3rem;
한규민's avatar
한규민 committed
124
125
    text-align: end;
    font-size: 13px;
126
127
    font-weight: bold;
    color: black;
한규민's avatar
한규민 committed
128
129
130
131
132
  }

  @media (max-width: 403px) {
  
}