-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: add pinning services service modal * chore: update translation for service modal
- Loading branch information
1 parent
5fcb1ba
commit 11b9c69
Showing
6 changed files
with
47 additions
and
24 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 |
---|---|---|
|
@@ -16,3 +16,8 @@ | |
box-shadow: initial; | ||
cursor: default; | ||
} | ||
|
||
.Button.link:focus { | ||
outline: none; | ||
box-shadow: none; | ||
} |
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
6 changes: 3 additions & 3 deletions
6
...ustom-modal/PinningManagerCustomModal.css → ...vice-modal/PinningManagerServiceModal.css
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,16 +1,16 @@ | ||
|
||
.pinningManagerCustomModalContainer { | ||
.pinningManagerServiceModalContainer { | ||
display: grid; | ||
grid-template-columns: repeat(2, 50%); | ||
align-items: center; | ||
justify-content: center; | ||
padding: 20px 54px 0; | ||
} | ||
|
||
.pinningManagerCustomModalContainer > * { | ||
.pinningManagerServiceModalContainer > * { | ||
margin-bottom: 26px; | ||
} | ||
|
||
.pinningManagerCustomModalContainer .white::placeholder { | ||
.pinningManagerServiceModalContainer .white::placeholder { | ||
color: #fff; | ||
} |
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