Skip to content
Prev Previous commit
first new ng-design steps
  • Loading branch information
mrflix committed Sep 9, 2016
commit bef707dbc00ccea87d460ad34ccf48e598cf74ec
14 changes: 11 additions & 3 deletions demo/src/scss/themes/ng/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ $font_awesome_url: '../../font-awesome/css/font-awesome.min.css';

.cui-demo-header {
padding: 10px;

.cui-demo-menu-button,
.theme-switch {
&,
&:active {
color: inherit;
background: transparent;
border-style: none;
box-shadow: none;
padding: 2px 10px 2px 4px;
}
}
.cui-demo-menu-button {
font-size: 20px;
background-color: transparent;
border-style: none;
padding: 2px 20px 2px 0;
}
.theme-switch {
font-size: 15px;
Expand Down
Loading