mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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 {
|
.share-link-dialog {
|
||||||
width: 475px;
|
width: 475px;
|
||||||
|
background-color: $color-white;
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -41,6 +42,10 @@
|
||||||
.modal-content {
|
.modal-content {
|
||||||
padding: 26px;
|
padding: 26px;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -65,7 +70,8 @@
|
||||||
|
|
||||||
.hint {
|
.hint {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
font-size: $fs11;
|
font-size: $fs14;
|
||||||
|
color: $color-gray-40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-icon {
|
.help-icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue