Merge pull request #15184 from AghaSaad04/designer_page

Fixes sidemenu's height and name panel's padding and margin
This commit is contained in:
Maurício Meneghini Fauth 2019-04-16 20:51:37 -03:00 committed by GitHub
commit ecfeeb9bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -22,10 +22,6 @@ body {
background: $main-background;
}
#page_content {
margin: 0 0.5em;
}
.desktop50 {
width: 50%;
}

View File

@ -485,6 +485,7 @@ a {
display: block;
float: none;
overflow: hidden;
line-height: 1em;
}
img,
@ -499,7 +500,7 @@ a {
background: #efefef;
width: 100%;
font-size: 1.2em;
padding: 10px;
padding: 5px;
font-weight: bold;
}