Skip to content

Commit

Permalink
Update settings.css
Browse files Browse the repository at this point in the history
  • Loading branch information
landaisbenj authored Oct 29, 2018
1 parent 1a9a0d2 commit 13334a4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,24 @@ ul.machinon_ul li {
margin: 0 0 10px 5px;
}
}
/*System page*/
#settings .row-fluid {
background: var(--main-item-bg-color);
height: auto;
border-radius: 6px;

display:flex;
justify-content: center;
}

#settings .row-fluid > .span4, #settings .row-fluid > .span6, #settings .row-fluid > .span12 {
min-height: 210px;
height:auto;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
border-radius: 6px;
margin:20px;
padding:20px;
flex-basis: 500px;;
width: auto;
flex-grow:1;
}

0 comments on commit 13334a4

Please sign in to comment.