-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Following theme properties were renamed: datepicker-fg -> datepicker-text-color datepicker-bg -> datepicker-background-color datepicker-border -> datepicker-border-color datepicker-border-radius -> datepicker-border-radius
- Loading branch information
Showing
8 changed files
with
73 additions
and
77 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
31 changes: 31 additions & 0 deletions
31
src/playground/with-layout/datepicker/datepicker-example.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,31 @@ | ||
nb-card-body { | ||
text-align: center; | ||
} | ||
|
||
input { | ||
width: 100%; | ||
} | ||
|
||
input:nth-of-type(2) { | ||
margin-top: 1rem; | ||
} | ||
|
||
@media screen and (min-width: 31em) { | ||
input { | ||
width: 21.875rem; | ||
} | ||
|
||
.two-inputs input { | ||
width: calc(50% - 0.5rem); | ||
} | ||
.two-inputs input:last-of-type { | ||
margin-top: 0; | ||
margin-left: 1rem; | ||
} | ||
} | ||
|
||
@media screen and (min-width: 50.25em) { | ||
.two-inputs input { | ||
width: 21.875rem; | ||
} | ||
} |
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