so much css
This commit is contained in:
parent
059b827ad0
commit
6b5cfa3916
5 changed files with 15 additions and 48 deletions
|
@ -1,25 +0,0 @@
|
||||||
/*# sourceMappingURL=projects.css.map */
|
|
||||||
/* line 4, /Users/mehmet/Projects/zeus.ugent.be/content/assets/stylesheets/includes/projects.scss */
|
|
||||||
.imgspace {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
width: 100%;
|
|
||||||
text-align: center; }
|
|
||||||
|
|
||||||
/* line 11, /Users/mehmet/Projects/zeus.ugent.be/content/assets/stylesheets/includes/projects.scss */
|
|
||||||
.imgcenter {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
/* align horizontal */
|
|
||||||
align-items: center;
|
|
||||||
/* align vertical */ }
|
|
||||||
|
|
||||||
/* line 18, /Users/mehmet/Projects/zeus.ugent.be/content/assets/stylesheets/includes/projects.scss */
|
|
||||||
.padbot {
|
|
||||||
padding-bottom: 15px; }
|
|
||||||
|
|
||||||
/* line 24, /Users/mehmet/Projects/zeus.ugent.be/content/assets/stylesheets/includes/projects.scss */
|
|
||||||
.padtop {
|
|
||||||
padding-top: 25px; }
|
|
||||||
|
|
||||||
/*# sourceMappingURL=projects.css.map */
|
|
|
@ -1,6 +1,3 @@
|
||||||
|
|
||||||
/*# sourceMappingURL=projects.css.map */
|
|
||||||
|
|
||||||
.imgspace {
|
.imgspace {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
@ -12,17 +9,17 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center; /* align horizontal */
|
justify-content: center; /* align horizontal */
|
||||||
align-items: center; /* align vertical */
|
align-items: center; /* align vertical */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.padbot {
|
.padbot {
|
||||||
|
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.padtop {
|
.padtop {
|
||||||
|
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,12 @@
|
||||||
|
a.box {
|
||||||
|
&:hover {
|
||||||
|
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $blue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#homepage {
|
#homepage {
|
||||||
.box {
|
.box {
|
||||||
background-color: $box-colour;
|
border-radius: 0;
|
||||||
|
|
||||||
&.highlighted {
|
|
||||||
background-color: $highlighted-box-colour;
|
|
||||||
|
|
||||||
.content {
|
|
||||||
color: $highlighted-text-colour;
|
|
||||||
|
|
||||||
h1, h2 {
|
|
||||||
color: $highlighted-text-colour;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@ $primary: $orange;
|
||||||
|
|
||||||
$link-visited: inherit;
|
$link-visited: inherit;
|
||||||
|
|
||||||
|
$border_hover: $blue;
|
||||||
|
|
||||||
$box-colour: #EEE;
|
$box-colour: #EEE;
|
||||||
$highlighted-box-colour: $zeus-orange;
|
$highlighted-box-colour: $zeus-orange;
|
||||||
$highlighted-text-colour: white;
|
$highlighted-text-colour: white;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta property="og:url" content="<%= url_for(item) %>" />
|
<meta property="og:url" content="<%= url_for(item) %>" />
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<section class="hero is-medium is-info">
|
<section class="hero is-medium is-primary is-bold">
|
||||||
<div class="hero-head">
|
<div class="hero-head">
|
||||||
<%= render '/partials/_navbar.*', zeus_logo_color: :white %>
|
<%= render '/partials/_navbar.*', zeus_logo_color: :white %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue