Small css changes
This commit is contained in:
parent
6cb88a995f
commit
342a6b239e
3 changed files with 17 additions and 11 deletions
6
app/assets/stylesheets/_card.scss
Normal file
6
app/assets/stylesheets/_card.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
.card {
|
||||
background: white;
|
||||
padding: 15px;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
|
||||
border-radius: 2px;
|
||||
}
|
|
@ -1,10 +1,9 @@
|
|||
.stats {
|
||||
padding: 15px;
|
||||
@import "card";
|
||||
|
||||
.stats {
|
||||
.stat-card {
|
||||
background-color: white;
|
||||
@extend .card;
|
||||
margin: 15px auto;
|
||||
max-width: 1200px;
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
= javascript_include_tag 'https://code.highcharts.com/highcharts.js', 'chartkick'
|
||||
|
||||
.container
|
||||
.stats
|
||||
.stat-card
|
||||
%h1 Procédures crées
|
||||
|
|
Loading…
Reference in a new issue