Skip to content

Commit

Permalink
[#137][scss/css] output.css modifications for checkbox aligning
Browse files Browse the repository at this point in the history
  • Loading branch information
acheeseye committed Apr 16, 2019
1 parent d1ee29d commit 4811f9e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions IAIDSWebsite/home/static/source/css/output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion IAIDSWebsite/home/static/source/css/output.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions IAIDSWebsite/home/static/source/css/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ body {
color: red;
}

.allAuthFormWrapper {
p {
label {
text-align: right;
clear: both;
float: left;
margin-right: 10px;
}
}
}

// .footer {
// font-size: 20px;
// color: white;
Expand Down

0 comments on commit 4811f9e

Please sign in to comment.