-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working on removing Material Design 2
- Loading branch information
1 parent
dc618aa
commit 50d0df3
Showing
15 changed files
with
327 additions
and
154 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,52 @@ | ||
@charset "utf-8"; | ||
|
||
.view_context__ .search-panel>ul { | ||
display: flex; | ||
flex-wrap: wrap; | ||
padding: 5px; | ||
margin: 0 0 10px 0; | ||
border: 1px solid var(--md-sys-color-outline-variant); | ||
} | ||
.view_context__ .search-panel>ul>li { | ||
list-style: none; | ||
padding: 5px 10px; | ||
margin: 5px; | ||
border-radius: var(--njs-border-radius-m); | ||
background-color: var(--md-sys-color-surface-container-low); | ||
} | ||
.view_context__ .search-panel>ul>li>label>span { | ||
display: block; | ||
border-bottom: 1px solid var(--md-sys-color-outline-variant); | ||
padding-bottom: 2px; | ||
margin-bottom: 5px; | ||
font-size: 90%; | ||
} | ||
|
||
.view_context__ .button-panel { | ||
text-align: right; | ||
margin-bottom: 10px; | ||
line-height: 40px; | ||
} | ||
|
||
.view_context__ ul.form__ { | ||
display: flex; | ||
flex-wrap: wrap; | ||
padding: 5px; | ||
margin: 0; | ||
border: 1px solid var(--md-sys-color-outline-variant); | ||
} | ||
.view_context__ ul.form__>li { | ||
flex: 22%; | ||
list-style: none; | ||
padding: 5px 10px; | ||
margin: 5px; | ||
border-radius: var(--njs-border-radius-m); | ||
background-color: var(--md-sys-color-surface-container-low); | ||
} | ||
.view_context__ ul.form__>li>label>span { | ||
display: block; | ||
border-bottom: 1px solid var(--md-sys-color-outline-variant); | ||
padding-bottom: 2px; | ||
margin-bottom: 5px; | ||
font-size: 90%; | ||
} |
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
10 changes: 5 additions & 5 deletions
10
src/main/resources/static/html/com/app/sample/type0101.html
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.