-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1818 from smeup/chip-test
Chip test
- Loading branch information
Showing
21 changed files
with
212 additions
and
94 deletions.
There are no files selected for viewing
Binary file not shown.
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
1 change: 0 additions & 1 deletion
1
packages/ketchup/src/components/kup-card/built-in/kup-card-built-in-2.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
34 changes: 11 additions & 23 deletions
34
packages/ketchup/src/components/kup-card/scalable/kup-card-scalable-10.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 |
---|---|---|
@@ -1,45 +1,33 @@ | ||
.scalable-layout-9 { | ||
background-color: var(--color-1); | ||
color: var(--color-2); | ||
.scalable-layout-10 { | ||
background-color: var(--kup-gray-color-10); | ||
color: var(--kup-gray-color-70); | ||
height: 100%; | ||
display: flex; | ||
justify-content: unset; | ||
overflow: auto; | ||
border-radius: 4px; | ||
|
||
.section-1 { | ||
background-color: var(--color-0); | ||
width: 20%; | ||
height: 100%; | ||
} | ||
|
||
.section-2 { | ||
width: 100%; | ||
height: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
width: 100%; | ||
|
||
.text { | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: column; | ||
} | ||
|
||
.descr { | ||
font-size: 80%; | ||
.number { | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
|
||
.value { | ||
font-size: 220%; | ||
.title { | ||
font-size: 120%; | ||
} | ||
|
||
.buttons { | ||
.buttons { | ||
height: max-content; | ||
margin-bottom: 2%; | ||
} | ||
|
||
.f-button { | ||
float: right; | ||
} | ||
} | ||
} |
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.