This commit is contained in:
David Benqué
2019-12-09 11:37:20 +00:00
parent f04d4e1010
commit bc59313238
3 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@
margin-bottom: @alertify_padding-base; margin-bottom: @alertify_padding-base;
margin: 0; margin: 0;
overflow: auto; overflow: auto;
:last-child{ :last-child {
margin-bottom: 0; margin-bottom: 0;
} }
} }
@@ -520,7 +520,7 @@
overflow-x: auto; overflow-x: auto;
} }
} }
// Bootstrap Alerts // Bootstrap Alerts
.alert { .alert {
margin: 0px 0px @alertify_padding-base 0px; margin: 0px 0px @alertify_padding-base 0px;
font-size: 12px; font-size: 12px;

View File

@@ -4,7 +4,7 @@
--LessLoader_require: LessLoader_currentFile(); --LessLoader_require: LessLoader_currentFile();
} }
& { & {
.cp-spacer{ .cp-spacer {
height: @variables_padding; height: @variables_padding;
} }
// Share modal // Share modal

View File

@@ -6,7 +6,7 @@
--LessLoader_require: LessLoader_currentFile(); --LessLoader_require: LessLoader_currentFile();
}; };
& { & {
.cp-usergrid-container { .cp-usergrid-container {
margin-bottom: 12px !important; // even when last child of .msg margin-bottom: 12px !important; // even when last child of .msg
.cp-usergrid-grid { .cp-usergrid-grid {