Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
fix minor styling issues in installer
Browse files Browse the repository at this point in the history
- margins
- paddings
- alignments of icons
  • Loading branch information
ljardindjumla committed May 2, 2019
1 parent 3ca3f3a commit 681c296
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions administrator/templates/atum/scss/blocks/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ body .container-main {
a[href*="//"]:not([href*="javascript://"]):before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f08e ";
transform: translateY(2px);
display: inline-block;
}

#wrapper{
Expand Down
4 changes: 3 additions & 1 deletion administrator/templates/atum/scss/blocks/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,15 @@

.joomla-version {
margin-right: .9rem;
margin-bottom: 0;
margin-bottom: .5rem;
font-size: $h5-font-size;
color: var(--atum-special-color);
font-size:$font-size-vsm;
&:before{
font: normal normal normal 23px/1 FontAwesome;
content: "\f1aa ";
transform: translateY(5px);
display: inline-block;
}

}
Expand Down
15 changes: 15 additions & 0 deletions installation/template/scss/template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;
header {
.logo {
width: auto;
}
.page-title {
visibility: hidden;
width: 1px;
height: 1px;
}
}
footer {
padding: 1rem;
}
}


Expand All @@ -45,6 +58,8 @@ body {
margin-bottom: 20px;
background-color: #fff;
box-shadow: 0 0 2px rgba(52, 58, 67, .1), 0 2px 5px rgba(52, 58, 67, .08), 0 5px 15px rgba(52, 58, 67, .08);
width: calc(100% - 2rem);
margin-left: 1rem;
&.active {
display: block;
}
Expand Down

0 comments on commit 681c296

Please sign in to comment.