Studio: revises the styling for the export view to sync with the import view's UI

This commit is contained in:
Brian Talbot
2013-10-31 13:01:17 -04:00
committed by cahrens
parent 763ff9c818
commit e41214b1ed
8 changed files with 272 additions and 94 deletions

View File

@@ -80,6 +80,26 @@
%ui-depth5 { z-index: 100000; }
// extends - UI - utility - nth-type style clearing
%wipe-first-child {
&:first-child {
margin-top: 0;
border-top: none;
padding-top: 0;
}
}
// extends - UI - utility - nth-type style clearing
%wipe-last-child {
&:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
}
// extends - UI - buttons
%ui-btn {
@include box-sizing(border-box);