adjust spacing

This commit is contained in:
David Benqué
2019-12-05 14:52:04 +00:00
parent 9ec2dd8e70
commit 78488d00bf
4 changed files with 15 additions and 4 deletions

View File

@@ -222,7 +222,7 @@
background-color: @alertify-input-fg;
color: @cryptpad_text_col;
border: 1px solid @alertify-input-bg;
margin-bottom: 15px;
margin: @alertify_padding-base 0px;
width: 100%;
font-size: 100%;
padding: @alertify_padding-base;
@@ -365,6 +365,7 @@
nav {
padding: @alertify_padding-base;
padding-top: 0px;
text-align: right;
button {
margin: 0px !important;
@@ -518,7 +519,7 @@
}
}
.alert {
margin: 5px 0px;
margin: 0px 0px @alertify_padding-base 0px;
font-size: 12px;
padding: 5px;
border-radius: 0px;
@@ -531,6 +532,15 @@
text-decoration: underline;
}
}
&.dismissable {
display: flex;
align-items: center;
span.fa-times {
font-size: @colortheme_app-font-size;
margin-left: 20px;
cursor: pointer;
}
}
}
}

View File

@@ -1,5 +1,5 @@
@import (reference) "./colortheme-all.less";
@import (reference) "./variables.less";
.modals-ui-elements_main() {
--LessLoader_require: LessLoader_currentFile();
}
@@ -7,6 +7,7 @@
// Share modal
.msg.cp-inline-radio-group {
overflow: unset !important;
padding: 0px @variables_padding;
.radio-group {
display: flex;
flex-direction: row;

View File

@@ -28,6 +28,7 @@
input {
flex: 1;
min-width: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
height: 38px;
margin: 6px 0px;