PHP Classes

File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/_bullets.scss

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/learn2/scss/theme/_bullets.scss   Download  
File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/_bullets.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 990 bytes
 

Contents

Class file image Download
.bullets { margin: $leading-margin 0; margin-left: -$leading-margin / 2; margin-right: -$leading-margin / 2; overflow: auto; } .bullet { float: left; padding: 0 $leading-margin / 2; } .two-column-bullet { @include columns(2); @include breakpoint(mobile-only) { @include columns(1); } } .three-column-bullet { @include columns(3); @include breakpoint(mobile-only) { @include columns(1); } } .four-column-bullet { @include columns(4); @include breakpoint(mobile-only) { @include columns(1); } } .bullet-icon { float: left; background: $bullet-icon-color-1; padding: $bullet-icon-size / 4; width: $bullet-icon-size; height: $bullet-icon-size; border-radius: 50%; color: $white; font-size: $bullet-icon-size / 2; text-align: center; } .bullet-icon-1 { background: $bullet-icon-color-1; } .bullet-icon-2 { background: $bullet-icon-color-2; } .bullet-icon-3 { background: $bullet-icon-color-3; } .bullet-content { margin-left: $bullet-icon-size * 1.3; }