@@ -94,6 +94,7 @@ export default {
9494 </script >
9595
9696<style lang="stylus" scoped>
97+ @require '../styles/recoConfig.styl'
9798.theme-container.no-sidebar
9899 .password-shadow
99100 padding-left 0
@@ -119,7 +120,7 @@ export default {
119120 font-size 30px
120121 box-sizing : border-box ;
121122 padding : 0 10px ;
122- text-shadow 0 2 px 10 px rgba ( 0 , 0 , 0 , 0.2 );
123+ text-shadow $textShadow
123124 }
124125 .description {
125126 position : absolute ;
@@ -132,13 +133,13 @@ export default {
132133 font-size 22px
133134 box-sizing : border-box ;
134135 padding : 0 10px ;
135- text-shadow 0 2 px 10 px rgba ( 0 , 0 , 0 , 0.2 );
136+ text-shadow $textShadow
136137 }
137138 .inputBox {
138139 max-width :700px ;
139140 height : 100px ;
140141 background : $accentColor ;
141- border-radius : 2 px ;
142+ border-radius : $borderRadius
142143 position : absolute ;
143144 left 0
144145 right 0
@@ -191,7 +192,7 @@ export default {
191192 button {
192193 width :0px ;
193194 height :98px ;
194- border-radius : 2 px ;
195+ border-radius : $borderRadius
195196 position : absolute ;
196197 border 1px solid $accentColor
197198 right :1px ;
@@ -229,7 +230,7 @@ export default {
229230 max-width :700px ;
230231 height : 60px ;
231232 background : $accentColor ;
232- border-radius : 2 px ;
233+ border-radius : $borderRadius
233234 position : absolute ;
234235 left 0
235236 right 0
@@ -282,7 +283,7 @@ export default {
282283 button {
283284 width :0px ;
284285 height :58px ;
285- border-radius : 2 px ;
286+ border-radius : $borderRadius
286287 position : absolute ;
287288 border 1px solid $accentColor
288289 right :1px ;
@@ -311,4 +312,4 @@ export default {
311312@media (max-width : $MQMobile)
312313 .password-shadow
313314 padding-left 0
314- </style >
315+ </style >
0 commit comments