Apply changes from Figma

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-08 14:44:34 +01:00
parent eec28ce38a
commit 4041c030a5
3 changed files with 8 additions and 3 deletions

View file

@ -77,6 +77,10 @@ limitations under the License.
width: 450px;
}
.mx_Dialog_content {
margin-bottom: 40px;
}
p,
.mx_Field_input label {
color: $muted-fg-color;
@ -102,11 +106,12 @@ limitations under the License.
}
.mx_Dialog_content > .mx_SettingsFlag {
margin-top: 20px;
margin-top: 12px;
}
p {
margin: 0 85px 0 0;
font-size: $font-12px;
line-height: $font-24px;
}
}