You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/vendor/mervick/material-design-icons/scss/_bordered-pulled.scss

19 lines
354 B
SCSS

@import "variables";
// Bordered & Pulled
// -------------------------
.#{$md-css-prefix}-border {
padding: .2em .25em .15em;
border: solid .08em $md-border-color;
border-radius: .1em;
}
.pull-right { float: right; }
.pull-left { float: left; }
.#{$md-css-prefix} {
&.pull-left { margin-right: .3em; }
&.pull-right { margin-left: .3em; }
}