diff --git a/client/homebrew/pages/basePages/uiPage/uiPage.less b/client/homebrew/pages/basePages/uiPage/uiPage.less index 7760bbd74..ee7738e87 100644 --- a/client/homebrew/pages/basePages/uiPage/uiPage.less +++ b/client/homebrew/pages/basePages/uiPage/uiPage.less @@ -1,62 +1,50 @@ -.uiPage{ - .content{ - overflow-y : scroll; - width : 90vw; - background-color: #f0f0f0; - font-family: 'Open Sans'; - margin-left: auto; - margin-right: auto; - margin-top: 25px; - padding: 2% 4%; - font-size: 0.8em; - line-height: 1.8em; - .dataGroup{ - padding: 6px 20px 15px; - border: 2px solid black; - border-radius: 5px; - margin: 5px 0px; +.uiPage { + .content { + width : 90vw; + padding : 2% 4%; + margin-top : 25px; + margin-right : auto; + margin-left : auto; + overflow-y : scroll; + font-family : 'Open Sans'; + font-size : 0.8em; + line-height : 1.8em; + background-color : #F0F0F0; + .dataGroup { + padding : 6px 20px 15px; + margin : 5px 0px; + border : 2px solid black; + border-radius : 5px; } - h1, h2, h3, h4{ - font-weight: 900; - text-transform: uppercase; - margin: 0.5em 30% 0.25em 0; - border-bottom: 2px solid slategrey; - width: 100%; + h1, h2, h3, h4 { + width : 100%; + margin : 0.5em 30% 0.25em 0; + font-weight : 900; + text-transform : uppercase; + border-bottom : 2px solid slategrey; } h1 { - font-size: 2em; - border-bottom: 2px solid darkslategrey; - margin-bottom: 0.5em; - margin-right: 0; - } - h2 { - font-size: 1.75em; + margin-right : 0; + margin-bottom : 0.5em; + font-size : 2em; + border-bottom : 2px solid darkslategrey; } + h2 { font-size : 1.75em; } h3 { - font-size: 1.5em; - svg { - width: 19px; - } - } - h4 { - font-size: 1.25em; - } - strong { - font-weight: bold; - } - em { - font-style:italic; + font-size : 1.5em; + svg { width : 19px; } } + h4 { font-size : 1.25em; } + strong { font-weight : bold; } + em { font-style : italic; } ul { - padding-left: 1.25em; - list-style: square; + padding-left : 1.25em; + list-style : square; } .blank { height : 1em; margin-top : 0; - & + * { - margin-top : 0; - } + & + * { margin-top : 0; } } } } diff --git a/client/homebrew/pages/errorPage/errorPage.less b/client/homebrew/pages/errorPage/errorPage.less index f9e5917d9..f6fd88a65 100644 --- a/client/homebrew/pages/errorPage/errorPage.less +++ b/client/homebrew/pages/errorPage/errorPage.less @@ -1,15 +1,11 @@ -.uiPage{ - .errorTitle{ +.uiPage { + .errorTitle { //background-color: @orange; - color: #d02727; - text-align: center; + color : #D02727; + text-align : center; } .content { - h1, h2, h3, h4 { - border-bottom: none; - } - hr { - border-bottom: 2px solid slategrey; - } + h1, h2, h3, h4 { border-bottom : none; } + hr { border-bottom : 2px solid slategrey; } } } \ No newline at end of file