forked from BeWelcome/rox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved to Symfony 5. Code cleanup. Make use of Encore.
- Loading branch information
1 parent
cfae1af
commit 09f3cc1
Showing
131 changed files
with
8,860 additions
and
9,186 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,3 @@ phpmetrics: | |
|
||
version: | ||
git rev-parse --short HEAD > VERSION | ||
|
||
checkjs: | ||
./node_modules/.bin/grunt checkjs | ||
|
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,75 @@ | ||
.floating-label { | ||
position: relative; | ||
} | ||
|
||
.floating-label > label { | ||
position: absolute; | ||
display: block; | ||
left: .375rem; | ||
width: 100%; | ||
margin-bottom: 0; /* Override default `<label>` margin */ | ||
line-height: 1.5; | ||
color: #495057; | ||
pointer-events: none; | ||
cursor: text; /* Match the input under the label */ | ||
border: 1px solid transparent; | ||
border-radius: .25rem; | ||
transition: all .1s ease-in-out; | ||
} | ||
|
||
.floating-label input::-webkit-input-placeholder { | ||
color: transparent; | ||
} | ||
|
||
.floating-label input:-ms-input-placeholder { | ||
color: transparent; | ||
} | ||
|
||
.floating-label input::-ms-input-placeholder { | ||
color: transparent; | ||
} | ||
|
||
.floating-label input::-moz-placeholder { | ||
color: transparent; | ||
} | ||
|
||
.floating-label input::placeholder { | ||
color: transparent; | ||
} | ||
|
||
.floating-label input:not(:placeholder-shown) { | ||
padding-top: .375rem; | ||
padding-bottom: .375rem; | ||
} | ||
|
||
.floating-label input:not(:placeholder-shown) ~ label { | ||
padding-top: 0; | ||
top: 0; | ||
left: .375rem; | ||
padding-bottom: .25rem; | ||
font-weight: bold; | ||
font-size: 9px; | ||
color: #222; | ||
} | ||
|
||
/* Fallback for Edge | ||
-------------------------------------------------- */ | ||
@supports (-ms-ime-align: auto) { | ||
.floating-label > label { | ||
display: none; | ||
} | ||
.form-label-group input::-ms-input-placeholder { | ||
color: #777; | ||
} | ||
} | ||
|
||
/* Fallback for IE | ||
-------------------------------------------------- */ | ||
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { | ||
.floating-label > label { | ||
display: none; | ||
} | ||
.floating-label input:-ms-input-placeholder { | ||
color: #777; | ||
} | ||
} |
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
Oops, something went wrong.