|
@@ -49,6 +49,7 @@ settingText()
|
49
|
49
|
border-radius 10px
|
50
|
50
|
padding 0
|
51
|
51
|
width 20%
|
|
52
|
+ min-height 600px
|
52
|
53
|
background-color off-white
|
53
|
54
|
&__responsive
|
54
|
55
|
font-size 20px
|
|
@@ -79,6 +80,7 @@ settingText()
|
79
|
80
|
border-radius 10px
|
80
|
81
|
padding 20px
|
81
|
82
|
width 80%
|
|
83
|
+ min-height 600px
|
82
|
84
|
background-color off-white
|
83
|
85
|
.personaldata
|
84
|
86
|
&__text
|
|
@@ -126,8 +128,7 @@ settingText()
|
126
|
128
|
background-color blue
|
127
|
129
|
color white
|
128
|
130
|
&__submenu
|
129
|
|
- width 203px
|
130
|
|
- max-height 300px
|
|
131
|
+ max-height 265px
|
131
|
132
|
overflow-Y auto
|
132
|
133
|
&__item
|
133
|
134
|
&:hover, &:focus
|
|
@@ -264,7 +265,7 @@ settingText()
|
264
|
265
|
text-overflow ellipsis
|
265
|
266
|
white-space nowrap
|
266
|
267
|
overflow hidden
|
267
|
|
- width 310px
|
|
268
|
+ width 175px
|
268
|
269
|
&:focus
|
269
|
270
|
overflow visible
|
270
|
271
|
width auto
|