remove useless styles
This commit is contained in:
parent
7af0d10215
commit
5ef9cafb27
2 changed files with 16 additions and 44 deletions
|
|
@ -3,6 +3,21 @@
|
|||
// Import a Google Font
|
||||
// @import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
|
||||
|
||||
// Import only what you need from Bulma
|
||||
// @import "bulma/sass/utilities/_all.sass";
|
||||
// @import "bulma/sass/base/_all.sass";
|
||||
// @import "bulma/sass/elements/button.sass";
|
||||
// @import "bulma/sass/elements/container.sass";
|
||||
// @import "bulma/sass/elements/title.sass";
|
||||
// @import "bulma/sass/form/_all.sass";
|
||||
// @import "bulma/sass/components/navbar.sass";
|
||||
// @import "bulma/sass/layout/hero.sass";
|
||||
// @import "bulma/sass/layout/section.sass";
|
||||
|
||||
@use 'bulma/bulma';
|
||||
@use 'bulma/sass/utilities/_index.scss' as v;
|
||||
@use './kluk';
|
||||
|
||||
// Set your brand colors
|
||||
// $purple: #8A4D76;
|
||||
// $pink: #FA7C91;
|
||||
|
|
@ -24,17 +39,3 @@
|
|||
// $control-border-width: 2px;
|
||||
// $input-border-color: transparent;
|
||||
// $input-shadow: none;
|
||||
|
||||
// Import only what you need from Bulma
|
||||
// @import "bulma/sass/utilities/_all.sass";
|
||||
// @import "bulma/sass/base/_all.sass";
|
||||
// @import "bulma/sass/elements/button.sass";
|
||||
// @import "bulma/sass/elements/container.sass";
|
||||
// @import "bulma/sass/elements/title.sass";
|
||||
// @import "bulma/sass/form/_all.sass";
|
||||
// @import "bulma/sass/components/navbar.sass";
|
||||
// @import "bulma/sass/layout/hero.sass";
|
||||
// @import "bulma/sass/layout/section.sass";
|
||||
|
||||
@use 'bulma/bulma';
|
||||
@use './kluk';
|
||||
|
|
|
|||
|
|
@ -55,36 +55,7 @@ body {
|
|||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.legend-mood {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.moods {
|
||||
margin: 30px;
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.log {
|
||||
align-self: flex-end;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.moods .log .week {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-items: start;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.moods .log .day {
|
||||
.day {
|
||||
border: 1px;
|
||||
margin: 4px;
|
||||
min-width: 15px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue