- only individual bulma components, not everything

- styleing for search detail page
This commit is contained in:
Arno Kaimbacher 2021-12-16 14:14:58 +01:00
parent 3e73b91cf0
commit 57ba2af299
6 changed files with 151 additions and 75 deletions

View file

@ -1,8 +1,61 @@
@charset "utf-8";
@import "~bulma";
// @import "~bulma";
// @import "@fontsource/open-sans"; // Defaults to weight 400.
@import "~@openfonts/open-sans_all/index.css";
// 1. Import the initial variables
@import "~bulma/sass/utilities/_all.sass";
// 2. Set your own initial (brand) variables
// Update the blue shade, used for links
$blue: #06bcef;
// Add pink and its invert
$pink: #FA7C91;
$pink-invert: #fff;
$purple: #8A4D76;
$brown: #757763;
$beige-light: #D0D1CD;
$beige-lighter: #EFF0EB;
$mouse-grey: #6c6e6b;
$select-green: #03a678;
// 3. Set the derived variables
$grey-dark: $brown;
$is-dark: $mouse-grey;
// $grey-light: $beige-light;
// $primary: $purple;
// $link: $mouse-grey;
$widescreen-enabled: false;
$fullhd-enabled: false;
// $tabs-link-active-border-bottom-color: $select-green;
// $tabs-link-active-color: $select-green;
$table-striped-row-even-background-color: #ecf2fa;
$table-striped-row-even-hover-background-color: #ecf2fa;
// 4. Import the rest of bulma, only what you need from Bulma
// @import "../../node_modules/bulma/sass/utilities/_all.sass";
@import "~bulma/sass/grid/_all.sass";
@import "~bulma/sass/base/_all.sass";
@import "~bulma/sass/elements/box.sass";
@import "~bulma/sass/elements/button.sass";
@import "~bulma/sass/elements/container.sass";
@import "~bulma/sass/elements/content.sass";
@import "~bulma/sass/elements/title.sass";
@import "~bulma/sass/elements/icon.sass";
@import "~bulma/sass/elements/table.sass";
@import "~bulma/sass/form/_all.sass";
@import "~bulma/sass/helpers/_all.sass";
@import "~bulma/sass/components/navbar.sass";
// @import "~bulma/sass/components/tabs.sass";
@import "~bulma/sass/components/media.sass";
@import "~bulma/sass/components/modal.sass";
@import "~bulma/sass/components/card.sass";
@import "~bulma/sass/components/panel.sass";
@import "~bulma/sass/layout/_all.sass";
.button {
text-decoration: none;
// border: 1px solid #fff;
@ -19,24 +72,24 @@
}
&.custom-button {
// display: block;
width: 125px;
color: #fff;
font-weight: bold;
font-size: 0.9em;
font-size: 0.9em;
text-decoration: none;
border: 1px solid transparent;
// .fas {
// margin-right: 0.6em;
// // border-right: 1px solid #fff;
// width: 2em;
// };
.fas {
margin-right: 0.6em;
border-right: 1px solid #fff;
padding: 0.6em;
};
}
// strong {
// border-left: 1px solid #fff;
// padding-left: 0.6em;
@ -44,8 +97,6 @@
}
}
.header-image {
background-image: url("./../site/img/Main-banner-homepage-xl.jpg");
background-size: cover;
@ -76,7 +127,6 @@
// margin-top: 25px;
// }
// /*
.help:before {
background: url("./../site/img/Main-banner-homepage-xl.jpg");
@ -113,7 +163,6 @@
box-sizing: border-box;
}
.text-center {
text-align: center !important;
}
@ -152,12 +201,9 @@ body H1 {
margin-top: 1.5rem !important;
}
.text-left {
text-align: left!important;
text-align: left !important;
}
html,
body {
font-family: "Open Sans", sans-serif;
@ -198,7 +244,6 @@ body {
color: rgb(74, 74, 74);
}
.hide {
display: none;
}
@ -245,8 +290,6 @@ body {
overflow: hidden;
}
#home_padding {
margin-top: 7%;
}
@ -318,12 +361,9 @@ body {
max-height: 6rem;
}
.card {
position: relative;
display: flex;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
@ -392,4 +432,4 @@ body {
}
.work-items div:hover .work-front {
display: none;
}
}