-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CSS] Reorganize mission visual (#120)
* side-panel-size-shadow fix * final front_makeover mission-single * final front_makeover mission-single * Update README.md * [FEAT] add i18n spanish, french and english (#117) * feat: add locale es, en and fr * fix: get language before navigate * start to add translation, arab and russian coming soon too * start to add arab * fix after review * update field * continue * start to add russian * update keys and fix document generation * peer programming with @darkweak * vuln translation * fix vuln-id into database Co-authored-by: Houziaux mike / Jenaye <jenaye@protonmail.com> * [Design] new design login (#118) * feat: new login design * fix: background overlap * side-panel-size-shadow fix * final front_makeover mission-single * final front_makeover mission-single * Update README.md * fix merge issues #2 * fix button effect padding to avoid having element groups moving on hover * removing misplaced php entity Co-authored-by: Adrian Sanchis Gallego <sanchis1992@gmail.com> Co-authored-by: Houziaux mike / Jenaye <jenaye@protonmail.com>
- Loading branch information
1 parent
2a15539
commit efc6985
Showing
15 changed files
with
304 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.row { | ||
display: flex !important; | ||
flex-direction: row; | ||
align-items: center; | ||
} | ||
|
||
.responsive_row { | ||
display: flex !important; | ||
flex-direction: row; | ||
align-items: center; | ||
justify-content: space-between; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.clickable:hover { | ||
cursor: pointer; | ||
} | ||
|
||
.progress-bar { | ||
width: 10em; | ||
margin-left: 1em; | ||
} | ||
|
||
.progress-text { | ||
width: 2em; | ||
padding: 1em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.