Add padding to panel actions container
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin panel-actions {
|
||||
padding: $gap;
|
||||
}
|
||||
|
||||
.panel {
|
||||
@include panel-base;
|
||||
@include panel-theme-default;
|
||||
@@ -56,3 +60,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel__actions {
|
||||
@include panel-actions;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user