lint
parent
f04d4e1010
commit
bc59313238
|
@ -159,7 +159,7 @@
|
|||
margin-bottom: @alertify_padding-base;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
:last-child{
|
||||
:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
@ -520,7 +520,7 @@
|
|||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
// Bootstrap Alerts
|
||||
// Bootstrap Alerts
|
||||
.alert {
|
||||
margin: 0px 0px @alertify_padding-base 0px;
|
||||
font-size: 12px;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
--LessLoader_require: LessLoader_currentFile();
|
||||
}
|
||||
& {
|
||||
.cp-spacer{
|
||||
.cp-spacer {
|
||||
height: @variables_padding;
|
||||
}
|
||||
// Share modal
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
--LessLoader_require: LessLoader_currentFile();
|
||||
};
|
||||
& {
|
||||
|
||||
|
||||
.cp-usergrid-container {
|
||||
margin-bottom: 12px !important; // even when last child of .msg
|
||||
.cp-usergrid-grid {
|
||||
|
|
Loading…
Reference in New Issue