Finesse paragraph indention
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
*/
|
||||
|
||||
@mixin notice($notice-color) {
|
||||
margin: 2em 0;
|
||||
margin: 2em 0 !important; // override
|
||||
padding: 1em;
|
||||
text-indent: initial; // override
|
||||
background-color: mix(#fff, $notice-color, 90%);
|
||||
border-radius: $border-radius;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user