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 {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
|
|
@ -1,19 +1,12 @@
|
|||
a.box {
|
||||
&:hover {
|
||||
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $blue
|
||||
}
|
||||
}
|
||||
|
||||
#homepage {
|
||||
.box {
|
||||
background-color: $box-colour;
|
||||
|
||||
&.highlighted {
|
||||
background-color: $highlighted-box-colour;
|
||||
|
||||
.content {
|
||||
color: $highlighted-text-colour;
|
||||
|
||||
h1, h2 {
|
||||
color: $highlighted-text-colour;
|
||||
}
|
||||
}
|
||||
}
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@ $primary: $orange;
|
|||
|
||||
$link-visited: inherit;
|
||||
|
||||
$border_hover: $blue;
|
||||
|
||||
$box-colour: #EEE;
|
||||
$highlighted-box-colour: $zeus-orange;
|
||||
$highlighted-text-colour: white;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta property="og:url" content="<%= url_for(item) %>" />
|
||||
<% end %>
|
||||
|
||||
<section class="hero is-medium is-info">
|
||||
<section class="hero is-medium is-primary is-bold">
|
||||
<div class="hero-head">
|
||||
<%= render '/partials/_navbar.*', zeus_logo_color: :white %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue