-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
77 additions
and
31 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
35 changes: 35 additions & 0 deletions
35
src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_blade-header.sass
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,35 @@ | ||
.blade-header | ||
box-sizing: border-box | ||
position: absolute | ||
display: flex | ||
align-items: center | ||
padding: 8px 16px | ||
height: 50px | ||
width: 100% | ||
color: $whiteColor | ||
|
||
&__icon | ||
flex: none | ||
display: flex | ||
align-items: center | ||
justify-content: center | ||
margin: 0 12px 0 0 | ||
width: 30px | ||
height: 30px | ||
font-size: 30px | ||
|
||
&__img | ||
flex: none | ||
margin: 0 12px 0 0 | ||
width: 30px | ||
height: 30px | ||
border-radius: 9999px | ||
object-fit: contain | ||
object-position: center | ||
|
||
&__title | ||
overflow: hidden | ||
margin: 0 6px 0 0 | ||
font-size: 18px | ||
text-overflow: ellipsis | ||
white-space: nowrap |
11 changes: 11 additions & 0 deletions
11
src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_vc-badge.sass
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,11 @@ | ||
.vc-badge | ||
flex: none | ||
padding: 0px 4px | ||
height: 16px | ||
border-radius: 20px | ||
border: 1px solid #DFEEF9 | ||
background: #DFEEF9 | ||
font-size: 12px | ||
font-weight: 700 | ||
line-height: 16px | ||
color: #465769 |
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