]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-cupertino/sass/src/Sheet.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-cupertino / sass / src / Sheet.scss
CommitLineData
6527f429
DM
1.x-sheet-action {\r
2 padding: 15px;\r
3 border-top: 1px solid #ccc;\r
4 @include box-shadow(inset 0 1px 0 rgba(255,255,255,.3));\r
5 background-color: #fff;\r
6\r
7 .x-button {\r
8 margin-bottom: 7px;\r
9 @include border-radius(6px);\r
10\r
11 &:last-child {\r
12 margin-bottom: 0;\r
13 }\r
14 }\r
15}