Merge pull request #1250 from consul/improve-styles

Improve styles
This commit is contained in:
Raimond Garcia
2016-10-25 16:33:41 +02:00
committed by GitHub
8 changed files with 13 additions and 12 deletions

View File

@@ -23,6 +23,11 @@
// 01. Global styles
// -----------------
::selection {
color: white;
background-color: $brand;
}
body {
font-size: $base-font-size;
}
@@ -148,10 +153,6 @@ a {
height: 100%;
}
.wrap {
background: white;
}
.footer, .push {
clear: both;
min-height: $line-height*12;

View File

@@ -13,7 +13,7 @@
font-size: rem-calc(24);
font-weight: lighter;
@include breakpoint(small) {
@include breakpoint(medium) {
line-height: $line-height*2;
margin-top: 0;
}
@@ -22,7 +22,7 @@
height: 48px;
width: 48px;
@include breakpoint(small) {
@include breakpoint(medium) {
height: 80px;
margin-right: $line-height/2;
margin-top: 0;

View File

@@ -6,7 +6,7 @@
<% end %>
<main>
<div class="wrap row">
<div class="row">
<div id="debates" class="debates-list small-12 medium-9 column">
<div class="small-12 search-results">

View File

@@ -1,7 +1,7 @@
<main>
<%= render 'admin/shared/proposal_search', url: management_proposals_path %>
<div class="wrap row">
<div class="row">
<div id="proposals" class="proposals-list small-12 medium-9 column">
<div class="filters">

View File

@@ -3,7 +3,7 @@
<%= render 'admin/shared/spending_proposal_search', url: management_spending_proposals_path %>
</span>
<div class="wrap row">
<div class="row">
<div id="investment-projects" class="investment-projects-list small-12 medium-9 column">

View File

@@ -6,7 +6,7 @@
<% end %>
<main>
<div class="wrap row">
<div class="row">
<div id="proposals" class="proposals-list small-12 medium-9 column">
<div class="small-12 search-results">

View File

@@ -1,5 +1,5 @@
<main>
<div class="wrap row proposals-summary">
<div class="row proposals-summary">
<div id="proposals" class="proposals-list small-12 medium-9 column">
<%= render "shared/back_link" %>

View File

@@ -6,7 +6,7 @@
<% end %>
<main>
<div class="wrap row">
<div class="row">
<div id="investment-projects" class="investment-projects-list small-12 medium-9 column">
<div class="small-12 search-results">