PHP Classes

File: web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/_mixins.scss

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/_mixins.scss   Download  
File: web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/_mixins.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 677 bytes
 

Contents

Class file image Download
@import 'mixins/background-gradient'; @import 'mixins/theme-background-image'; @import 'mixins/inner-border'; @import 'mixins/frame'; @import 'mixins/reset-extras'; @mixin no-select { user-select: none; -o-user-select: none; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; cursor:default; } @mixin important-no-border-radius { //we need to hard code this so we can declare !important -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; -o-border-radius: 0 !important; -ms-border-radius: 0 !important; -khtml-border-radius: 0 !important; border-radius: 0 !important; }