Skip to content
Snippets Groups Projects
Commit 4e78dc4e authored by Gabriel Engel's avatar Gabriel Engel
Browse files

fixing mobile version

parent d1ca1989
No related branches found
No related tags found
No related merge requests found
...@@ -5,23 +5,18 @@ ...@@ -5,23 +5,18 @@
@import "utils/_preloader.import.less"; @import "utils/_preloader.import.less";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900); @import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Muli:400,300,500); @import url(http://fonts.googleapis.com/css?family=Muli:400,300,500);
@footer-min-height: 70px; @footer-min-height: 70px;
@header-min-height: 60px; @header-min-height: 60px;
@rooms-box-width: 220px; @rooms-box-width: 220px;
@primary-background-color: #0b1628; @primary-background-color: #0b1628;
@secondary-background-color: #F4F4F4; @secondary-background-color: #F4F4F4;
@tertiary-background-color: #E9E9E9; @tertiary-background-color: #E9E9E9;
@primary-font-color: #444444; @primary-font-color: #444444;
@secondary-font-color: #777777; @secondary-font-color: #777777;
@status-online: #35AC19; @status-online: #35AC19;
@status-offline: #666666; @status-offline: #666666;
@status-busy: #D30230; @status-busy: #D30230;
@status-away: #fcb316; @status-away: #fcb316;
.cf_ { .cf_ {
display: inline-block; display: inline-block;
&:after { &:after {
...@@ -44,9 +39,9 @@ ...@@ -44,9 +39,9 @@
outline-style: none; outline-style: none;
} }
a {
a{ text-decoration: none;
&:hover, &:active{ &:hover, &:active {
color: @primary-font-color; color: @primary-font-color;
text-decoration: none; text-decoration: none;
} }
...@@ -112,7 +107,7 @@ a{ ...@@ -112,7 +107,7 @@ a{
color: #EFEFEF; color: #EFEFEF;
} }
.unselectable{ .unselectable {
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
...@@ -143,7 +138,7 @@ body { ...@@ -143,7 +138,7 @@ body {
color: #222; color: #222;
height: 100%; height: 100%;
width: 100%; width: 100%;
min-width: 768px; // min-width: 768px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
line-height: 1rem; line-height: 1rem;
padding: 0; padding: 0;
...@@ -152,9 +147,7 @@ body { ...@@ -152,9 +147,7 @@ body {
background-color: lighten(@primary-background-color, 10%); background-color: lighten(@primary-background-color, 10%);
} }
// input & form styles // input & form styles
input, input,
button, button,
select, select,
...@@ -277,7 +270,6 @@ label.required:after { ...@@ -277,7 +270,6 @@ label.required:after {
} }
// soon to be deprecated buttons // soon to be deprecated buttons
.-btn { .-btn {
display: inline-table; display: inline-table;
padding: 0 12px; padding: 0 12px;
...@@ -509,11 +501,11 @@ label.required:after { ...@@ -509,11 +501,11 @@ label.required:after {
border: none; border: none;
line-height: 16px; line-height: 16px;
position: relative; position: relative;
span{ span {
position: relative; position: relative;
z-index: 2; z-index: 2;
} }
&:before{ &:before {
content: " "; content: " ";
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -536,7 +528,7 @@ label.required:after { ...@@ -536,7 +528,7 @@ label.required:after {
&:hover { &:hover {
text-decoration: none; text-decoration: none;
color: #FFF; color: #FFF;
&:before{ &:before {
opacity: 1; opacity: 1;
} }
} }
...@@ -548,9 +540,7 @@ label.required:after { ...@@ -548,9 +540,7 @@ label.required:after {
min-width: 120px; min-width: 120px;
background-color: #bc2031; background-color: #bc2031;
} }
&.delete { &.delete {}
}
&.facebook { &.facebook {
background-color: #325c99; background-color: #325c99;
} }
...@@ -753,7 +743,6 @@ a.github-fork { ...@@ -753,7 +743,6 @@ a.github-fork {
// .popover { // .popover {
// z-index: 120; // z-index: 120;
// } // }
.account-box { .account-box {
position: relative; position: relative;
height: 100%; height: 100%;
...@@ -930,7 +919,7 @@ a.github-fork { ...@@ -930,7 +919,7 @@ a.github-fork {
} }
} }
} }
.arrow{ .arrow {
position: absolute; position: absolute;
right: 5px; right: 5px;
} }
...@@ -1208,7 +1197,6 @@ a.github-fork { ...@@ -1208,7 +1197,6 @@ a.github-fork {
// } // }
} }
// MAIN CONTENT + MAIN PAGES // // MAIN CONTENT + MAIN PAGES //
.main-content { .main-content {
display: table; display: table;
...@@ -1233,35 +1221,36 @@ a.github-fork { ...@@ -1233,35 +1221,36 @@ a.github-fork {
} }
} }
.page-static{ .page-static {
p{ p {
margin-bottom: 12px; margin-bottom: 12px;
} }
h1, h2, h3, h4{ h1,
h2,
h3,
h4 {
font-weight: 300; font-weight: 300;
text-transform: uppercase; text-transform: uppercase;
} }
} }
.page-home{ .page-home {
.logo{ .logo {
display: inline-block; display: inline-block;
width: 38px; width: 38px;
margin-right: 6px; margin-right: 6px;
} }
.info{ .info {
margin-bottom: 20px; margin-bottom: 20px;
max-width: 680px; max-width: 680px;
line-height: 20px; line-height: 20px;
p{ p {}
}
} }
.social{ .social {
h4{ h4 {
margin-bottom: 8px; margin-bottom: 8px;
} }
nav{ nav {
margin-left: -4px; margin-left: -4px;
} }
} }
...@@ -1861,13 +1850,13 @@ a.github-fork { ...@@ -1861,13 +1850,13 @@ a.github-fork {
.recent {} .recent {}
} }
.user-image-status(@color){ .user-image-status(@color) {
&:after, &:before { &:after, &:before {
background-color: darken(@color , 5%); background-color: darken(@color, 5%);
} }
a { a {
&:after, &:before { &:after, &:before {
background-color: darken(@color , 5%); background-color: darken(@color, 5%);
} }
} }
.status { .status {
...@@ -2461,7 +2450,7 @@ a.github-fork { ...@@ -2461,7 +2450,7 @@ a.github-fork {
border-radius: 50%; border-radius: 50%;
min-height: 40px; min-height: 40px;
line-height: 20px; line-height: 20px;
&:before{ &:before {
border-radius: 50%; border-radius: 50%;
} }
span { span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment