@@ -10,8 +10,8 @@ b, u, i, center,
1010dl , dt , dd , ol , ul , li ,
1111fieldset , form , label , legend ,
1212table , caption , tbody , tfoot , thead , tr , th , td ,
13- article , aside , canvas , details , embed ,
14- figure , figcaption , footer , header , hgroup ,
13+ article , aside , canvas , details , embed ,
14+ figure , figcaption , footer , header , hgroup ,
1515menu , nav , output , ruby , section , summary ,
1616time , mark , audio , video {
1717 margin : 0 ;
3131.fw-link {
3232 display : inline-block;
3333 position : relative;
34-
34+
3535 color : # 025fca ;
3636 /* reset */
3737 border : none;
@@ -172,6 +172,10 @@ body {
172172 color : # 808080 ;
173173}
174174
175+ .msg_board .error span {
176+ color : # ff2d55 ;
177+ }
178+
175179.msg_board .fw-link {
176180 padding : 0 ;
177181 margin : 0 0 0 10px ;
@@ -201,7 +205,7 @@ body {
201205 z-index : 9 ;
202206 }
203207
204- /**
208+ /**
205209 * USERS
206210 */
207211.users {
@@ -280,18 +284,18 @@ body {
280284 display : block;
281285 width : 28px ;
282286 height : 28px ;
283-
287+
284288 position : absolute;
285289 top : -3px ;
286290 right : -3px ;
287-
291+
288292 background : url ('images/ic_remove.svg' ) center no-repeat;
289293 background-size : cover;
290294 border-radius : 50% ;
291-
295+
292296 color : # fff ;
293297 line-height : 16px ;
294-
298+
295299 box-shadow : inset 0 0 3px 3px rgba (255 , 255 , 255 , 1 );
296300
297301 visibility : hidden;
@@ -322,7 +326,7 @@ body {
322326 width : 100% ;
323327 margin : 0 0 20px 0 ;
324328 padding : 10px 25px ;
325-
329+
326330 font-size : 18px ;
327331 font-weight : 600 ;
328332 color : # 025fca ;
@@ -423,7 +427,7 @@ body {
423427 top : 8px ;
424428 left : 10px ;
425429 padding : 10px ;
426-
430+
427431 border-radius : 8px ;
428432 background : rgba (0 , 0 , 0 , .5 );
429433 color : # fff ;
@@ -452,12 +456,12 @@ body {
452456 display : inline-block;
453457 position : relative;
454458 width : 50% ;
455-
459+
456460 margin-bottom : 15px ;
457-
461+
458462 padding-top : 14px ;
459463 padding-right : 10px ;
460-
464+
461465 vertical-align : top;
462466
463467 font-size : 14px ;
@@ -472,7 +476,7 @@ body {
472476 position : absolute;
473477 width : 100% ;
474478 top : -14px ;
475-
479+
476480 font-size : 11px ;
477481 text-transform : uppercase;
478482 text-align : center;
@@ -510,6 +514,3 @@ body {
510514 width : 20% ;
511515 }
512516}
513-
514-
515-
0 commit comments