mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix style issues on share link dialog.
This commit is contained in:
parent
59e203fd52
commit
66c1e386ce
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
.share-link-dialog {
|
||||
width: 475px;
|
||||
background-color: $color-white;
|
||||
|
||||
.modal-footer {
|
||||
display: flex;
|
||||
|
@ -41,6 +42,10 @@
|
|||
.modal-content {
|
||||
padding: 26px;
|
||||
|
||||
&:first-child {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -65,7 +70,8 @@
|
|||
|
||||
.hint {
|
||||
padding-top: 10px;
|
||||
font-size: $fs11;
|
||||
font-size: $fs14;
|
||||
color: $color-gray-40;
|
||||
}
|
||||
|
||||
.help-icon {
|
||||
|
|
Loading…
Add table
Reference in a new issue