Skip to content

Commit

Permalink
Update css and format some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 3, 2024
1 parent f018421 commit 98e11ac
Show file tree
Hide file tree
Showing 10 changed files with 268 additions and 276 deletions.
6 changes: 2 additions & 4 deletions .github/WORKFLOW.MD
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Now, it may be desirable to squash some of your smaller commits down into a smal

```shell
# Rebase all commits on your development branch
git checkout
git checkout
git rebase -i master
```

Expand Down Expand Up @@ -147,14 +147,12 @@ Now that you're done with the development branch, you're free to delete it.
git branch -d newfeature
```



**Copyright**

Copyright 2017, Chase Pettit

MIT License, http://www.opensource.org/licenses/mit-license.php

**Additional Reading**
* [Atlassian - Merging vs. Rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)

Expand Down
6 changes: 0 additions & 6 deletions backend/static_extras/css/alert.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@






// override the alerts strong and close button colors

.alert-success {
Expand Down
14 changes: 6 additions & 8 deletions backend/static_extras/css/form.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


// form styling

// form checkbox
Expand Down Expand Up @@ -37,10 +35,10 @@
height: @form-input-checkbox-width;

vertical-align: middle;

-webkit-appearance: none;
appearance: none;

cursor: pointer;

&:checked {
Expand All @@ -60,7 +58,7 @@
border: 2px solid #fff;
border-top-width: 0;
border-left-width: 0;

.rotate(45deg);

}
Expand All @@ -78,19 +76,19 @@
*/
.form input[type="radio"] {
border-radius: 50%;

&:checked:before {

display: block;
width: 18px;
height: 18px;
border-radius: 50%;

top: -3px;
left: -3px;

border: 2px solid #fff;

.scale(0.8);

}
Expand Down
7 changes: 2 additions & 5 deletions backend/static_extras/css/login.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



#login-container {
margin: 5em 0;
}
margin: 5em 0;
}
2 changes: 1 addition & 1 deletion backend/static_extras/css/main.css

Large diffs are not rendered by default.

Loading

0 comments on commit 98e11ac

Please sign in to comment.