pull/1/head
David Benqué 5 years ago
parent f04d4e1010
commit bc59313238

@ -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;

@ -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

@ -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 {

Loading…
Cancel
Save