PHP Classes

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

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/learn2/scss/theme/_core.scss   Download  
File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/_core.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: 417 bytes
 

Contents

Class file image Download
body { background: $page-bg; color: $core-text; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { color: $core-accent; &:hover { color: darken($core-accent, 15%); } } pre { position: relative; } .bg { background: #fff; border: 1px solid $body-border; } b, strong { font-weight: $font-weight-bold } .default-animation { @include transition(all 0.5s ease); }