Design changes, it's a bit cleaner...
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
color: #333333;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.alert {
|
||||
@@ -14,35 +15,38 @@ body {
|
||||
border-color: #46b8da;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
&.alert-danger {
|
||||
background: #D91E18;
|
||||
border-color: #CF000F;
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
|
||||
.list-group {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0;
|
||||
|
||||
a.list-group-item {
|
||||
color: #030303;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 10px 15px;
|
||||
margin-bottom: -1px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #95a5a6;
|
||||
border: 1px solid #BDC3C7;
|
||||
|
||||
h4 {
|
||||
h1, h2, h3, h4 {
|
||||
&.list-group-item-heading {
|
||||
color: inherit;
|
||||
margin-top: 0px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
p, time {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
time {
|
||||
color: #6C7A89;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
public/build/css/.gitignore
vendored
1
public/build/css/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
application-*.css
|
||||
33
public/build/css/application-bb5fc830.css
Executable file
33
public/build/css/application-bb5fc830.css
Executable file
@@ -0,0 +1,33 @@
|
||||
body {
|
||||
color: #333333;
|
||||
font-size: 1.4em; }
|
||||
|
||||
.alert.alert-success {
|
||||
background-color: #8DCD8D;
|
||||
border-color: #4cae4c;
|
||||
color: white; }
|
||||
.alert.alert-info {
|
||||
background: #8CD3E8;
|
||||
border-color: #46b8da;
|
||||
color: #FFF; }
|
||||
.alert.alert-danger {
|
||||
background: #D91E18;
|
||||
border-color: #CF000F;
|
||||
color: #FFF; }
|
||||
|
||||
.list-group {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0; }
|
||||
.list-group .list-group-item {
|
||||
padding: 10px 15px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #BDC3C7; }
|
||||
.list-group .list-group-item h1.list-group-item-heading, .list-group .list-group-item h2.list-group-item-heading, .list-group .list-group-item h3.list-group-item-heading, .list-group .list-group-item h4.list-group-item-heading {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px; }
|
||||
.list-group .list-group-item p, .list-group .list-group-item time {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3em; }
|
||||
.list-group .list-group-item time {
|
||||
color: #6C7A89;
|
||||
font-weight: bold; }
|
||||
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
color: #333333; }
|
||||
color: #333333;
|
||||
font-size: 1.4em; }
|
||||
|
||||
.alert.alert-success {
|
||||
background-color: #8DCD8D;
|
||||
@@ -9,23 +10,24 @@ body {
|
||||
background: #8CD3E8;
|
||||
border-color: #46b8da;
|
||||
color: #FFF; }
|
||||
.alert.alert-danger {
|
||||
background: #D91E18;
|
||||
border-color: #CF000F;
|
||||
color: #FFF; }
|
||||
|
||||
.list-group {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0; }
|
||||
.list-group a.list-group-item {
|
||||
color: #030303; }
|
||||
.list-group .list-group-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 10px 15px;
|
||||
margin-bottom: -1px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #95a5a6; }
|
||||
.list-group .list-group-item h4.list-group-item-heading {
|
||||
color: inherit;
|
||||
margin-top: 0px;
|
||||
border: 1px solid #BDC3C7; }
|
||||
.list-group .list-group-item h1.list-group-item-heading, .list-group .list-group-item h2.list-group-item-heading, .list-group .list-group-item h3.list-group-item-heading, .list-group .list-group-item h4.list-group-item-heading {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px; }
|
||||
.list-group .list-group-item p {
|
||||
.list-group .list-group-item p, .list-group .list-group-item time {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3; }
|
||||
line-height: 1.3em; }
|
||||
.list-group .list-group-item time {
|
||||
color: #6C7A89;
|
||||
font-weight: bold; }
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"css/application.css": "css/application-338fad29.css"
|
||||
"css/application.css": "css/application-bb5fc830.css"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
color: #333333; }
|
||||
color: #333333;
|
||||
font-size: 1.4em; }
|
||||
|
||||
.alert.alert-success {
|
||||
background-color: #8DCD8D;
|
||||
@@ -9,23 +10,24 @@ body {
|
||||
background: #8CD3E8;
|
||||
border-color: #46b8da;
|
||||
color: #FFF; }
|
||||
.alert.alert-danger {
|
||||
background: #D91E18;
|
||||
border-color: #CF000F;
|
||||
color: #FFF; }
|
||||
|
||||
.list-group {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0; }
|
||||
.list-group a.list-group-item {
|
||||
color: #030303; }
|
||||
.list-group .list-group-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 10px 15px;
|
||||
margin-bottom: -1px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #95a5a6; }
|
||||
.list-group .list-group-item h4.list-group-item-heading {
|
||||
color: inherit;
|
||||
margin-top: 0px;
|
||||
border: 1px solid #BDC3C7; }
|
||||
.list-group .list-group-item h1.list-group-item-heading, .list-group .list-group-item h2.list-group-item-heading, .list-group .list-group-item h3.list-group-item-heading, .list-group .list-group-item h4.list-group-item-heading {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px; }
|
||||
.list-group .list-group-item p {
|
||||
.list-group .list-group-item p, .list-group .list-group-item time {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3; }
|
||||
line-height: 1.3em; }
|
||||
.list-group .list-group-item time {
|
||||
color: #6C7A89;
|
||||
font-weight: bold; }
|
||||
|
||||
Reference in New Issue
Block a user