mint default again, skins folder removed

This commit is contained in:
nixa 2016-05-17 14:40:12 +03:00
parent 476e3f29a1
commit 64ae4143f4
3 changed files with 10 additions and 49 deletions

View file

@ -1,3 +1,3 @@
@import 'mixins';
@import 'colorSchemes/blur';
@import 'colorSchemes/mint';
@import 'variables';

View file

@ -1,39 +0,0 @@
&.mobile{
background: none;
.body-bg{
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
@include main-background();
background-attachment: inherit;
}
}
.panel.panel-blur {
@include scrollbars(.4em, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.8));
border-radius: 5px;
color: $default-text;
.panel-heading {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.12);
}
.panel-body {
}
}
.btn-default {
color: $default;
}
.form-control, .bootstrap-tagsinput input {
@include placeholderStyle($default-text, 0.7);
border: 1px solid $border;
border-radius: 5px;
color: $default-text;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
@include placeholderStyle($default-text, 0.5);
}
.irs-grid-text {
color: $default-text;
}

View file

@ -9,14 +9,14 @@ export class BaThemeConfig {
}
private _config() {
this._baConfig.changeTheme({blur: true});
this._baConfig.changeColors({
default: 'rgba(#000000, 0.2)',
defaultText: '#ffffff',
dashboard: {
white: '#ffffff',
},
});
// this._baConfig.changeTheme({blur: true});
//
// this._baConfig.changeColors({
// default: 'rgba(#000000, 0.2)',
// defaultText: '#ffffff',
// dashboard: {
// white: '#ffffff',
// },
// });
}
}