my-info.module.scss 2.65 KB
Newer Older
한규민's avatar
한규민 committed
1
2
3
4
5
6
7
8
.main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

한규민's avatar
한규민 committed
9
.title{
한규민's avatar
한규민 committed
10
11
12
  display: flex;
  justify-content: center;
  color: #FEDC00;
한규민's avatar
한규민 committed
13
  font-size: 2.5rem;
한규민's avatar
한규민 committed
14
  margin: 2rem 0;
한규민's avatar
한규민 committed
15
}
한규민's avatar
한규민 committed
16

한규민's avatar
한규민 committed
17
18
19
20
21
22
23
.confirm{
  color: black;
  padding-right: 8px;
  text-align: center;
  display: flex;
  align-items: center;
}
한규민's avatar
한규민 committed
24

한규민's avatar
한규민 committed
25
26
27
.input2 {
  width: 9.01rem;
}
한규민's avatar
한규민 committed
28
29
.userName{
    color: white;
한규민's avatar
한규민 committed
30
    font-size: 1.5rem;
한규민's avatar
한규민 committed
31
  }
한규민's avatar
한규민 committed
32
33
34
35
36
37
38
39

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

한규민's avatar
한규민 committed
41
42
43
44
45
  .signupLabel{
    color: black;
    padding-right: 8px;
    text-align: left;
  }
한규민's avatar
한규민 committed
46
47
48
49
50
51
52
  .input_file_button{
    padding: 6px 25px;
    background-color:#FF6600;
    border-radius: 4px;
    color: white;
    cursor: pointer;
  }
한규민's avatar
한규민 committed
53
54
  .inputContent{
    display: flex;
한규민's avatar
한규민 committed
55
    justify-content: space-around;
한규민's avatar
한규민 committed
56
    align-items: center;
한규민's avatar
한규민 committed
57
    margin: 1rem 0;
한규민's avatar
한규민 committed
58
  }
한규민's avatar
한규민 committed
59
60
  .box{
    width:12rem;
한규민's avatar
한규민 committed
61
    margin: 0px 3rem;
한규민's avatar
한규민 committed
62
    position: relative;
한규민's avatar
한규민 committed
63
64
    display: flex;
    align-items: center;
한규민's avatar
한규민 committed
65
66
67
68
69
70
71
  }
  .box:hover{
    display: block;
  }
.hoverTxt{
  display: none;
  position:absolute;
한규민's avatar
한규민 committed
72
73
  top:4rem;
  left:1.6rem;
한규민's avatar
한규민 committed
74
75
76
77
78
79
80
  color : #FEDC00;
  font-size: 1.5rem;
}
.box:hover .hoverTxt{
  display: block;
}
.profile{
한규민's avatar
한규민 committed
81
82
  width: 10rem;
  height: 10rem;
한규민's avatar
한규민 committed
83
84
}
.profile:hover{
한규민's avatar
한규민 committed
85
86
  opacity: 0.5;
}
한규민's avatar
한규민 committed
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
  .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{
한규민's avatar
한규민 committed
113
114
  color: black;
  font-size: 1rem;
한규민's avatar
한규민 committed
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
  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;
131
    margin-right: 3rem;
한규민's avatar
한규민 committed
132
133
    text-align: end;
    font-size: 13px;
134
135
    font-weight: bold;
    color: black;
한규민's avatar
한규민 committed
136
  }
한규민's avatar
한규민 committed
137
  
한규민's avatar
한규민 committed
138
  @media (max-width: 576px) {
한규민's avatar
한규민 committed
139
140
141
142
143
144
145
146
147
    .title{
      display: flex;
      justify-content: center;
      color: #FEDC00;
      font-size: 2rem;
      margin: 2rem 0;
    }
    .box{
      width:8rem;
한규민's avatar
한규민 committed
148
      margin: 0px 1rem;
한규민's avatar
한규민 committed
149
150
151
152
153
154
155
      position: relative;
    }

  .profile{
    width: 8rem;
    height: 8rem;
  }
한규민's avatar
한규민 committed
156
  
한규민's avatar
한규민 committed
157
158
159
160
161
162
163
.userName{
  color: white;
  font-size: 1.1rem;
}
  .hoverTxt{
    display: none;
    position:absolute;
한규민's avatar
한규민 committed
164
165
    top:3.2rem;
    left:1.7rem;
한규민's avatar
한규민 committed
166
    color : #FEDC00;
한규민's avatar
한규민 committed
167
    font-size: 1rem;
한규민's avatar
한규민 committed
168
  }
한규민's avatar
한규민 committed
169
}