]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-windows/sass/var/Panel.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-windows / sass / var / Panel.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.Panel\r
3 */\r
4\r
5/**\r
6 * @var {measurement} $panel-border-radius\r
7 * The default border radius of floating panels.\r
8 */\r
9$panel-border-radius: dynamic(.3em);\r
10\r
11/**\r
12 * @var {boolean} $include-floating-panels\r
13 * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).\r
14 */\r
15$include-floating-panels: dynamic(true);\r