-
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.
Tentative to fix state loading and form enhancement
- Loading branch information
1 parent
843ac75
commit ccc5ff2
Showing
6 changed files
with
182 additions
and
101 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
resources/Scss/style/enhancement/pickr_materializecss.scss
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,54 @@ | ||
/// /// /// | ||
/// Enhancement - Crazy Content | ||
/// | ||
/// Pickr ft. Materialize | ||
/// | ||
/// @package kzarshenas/crazyphp | ||
/// @author kekefreedog <[email protected]> | ||
/// @copyright 2022-2024 Kévin Zarshenas | ||
/// /// /// | ||
|
||
/** | ||
* Adapt button | ||
*/ | ||
button.pcr-button { | ||
|
||
// Position | ||
margin-top: 10px; | ||
margin-bottom: 5px; | ||
border-radius: 6px; | ||
|
||
&::before { | ||
|
||
// Border | ||
border-radius: 6px; | ||
|
||
} | ||
|
||
} | ||
|
||
/** | ||
* Editor | ||
*/ | ||
.pcr-app { | ||
|
||
/* Background */ | ||
background: var(--md-sys-color-on-tertiary); | ||
|
||
/* Dimension */ | ||
border-radius: 6px; | ||
|
||
/* Interaction */ | ||
.pcr-interaction { | ||
|
||
/* Result */ | ||
.pcr-result { | ||
|
||
height: 25px; | ||
|
||
} | ||
|
||
} | ||
|
||
} | ||
|
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