mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Merge pull request #440 from sharetribe/modal-border
add marketplaceColor border-bottom to modals
This commit is contained in:
commit
f20db10abd
1 changed files with 2 additions and 0 deletions
|
|
@ -345,6 +345,7 @@
|
|||
|
||||
background-color: var(--matterColorLight);
|
||||
border-radius: var(--borderRadius);
|
||||
border-bottom: none;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
flex-basis: 480px;
|
||||
|
|
@ -353,6 +354,7 @@
|
|||
padding: var(--modalPaddingMedium);
|
||||
margin-top: 12.5vh;
|
||||
margin-bottom: 12.5vh;
|
||||
border-bottom: 8px solid var(--marketplaceColor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue