PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/widgets/_viewport.scss   Download  
File: web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/widgets/_viewport.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: 305 bytes
 

Contents

Class file image Download
/** * Creates the base structure of Viewport. * @member Ext.container.Viewport */ @mixin extjs-viewport { .#{$prefix}viewport, .#{$prefix}viewport body { margin: 0; padding: 0; border: 0 none; overflow: hidden; height: 100%; position: static; } }