@charset "UTF-8"; /* error */ @import url(../settings.less); /*================================================*/ .main_area { width: 100%; } .catchphrase { margin-bottom: 30px !important; text-align: center; } .icon_error { margin-bottom: 10px; i { font-size: 80px; color: #FFC926; } } .error_title { margin-bottom: 20px; color: #CCC; text-align: center; } .text { text-align: center; } .loader { text-align: center; } @media screen and ( max-width: @break-max-width ) { } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }