1
0
Fork 0

update css

This commit is contained in:
Moritz »mo.« Sauer 2015-01-12 22:46:49 +01:00
parent 54411d7f9b
commit 25dab72954
7 changed files with 96 additions and 72 deletions

View file

@ -326,9 +326,9 @@ select {
margin-left: 0;
list-style: none;
border-style: solid;
border-width: 0px;
background-color: white;
border-color: #e6e6e6;
border-width: 0;
background-color: #e4e4e4;
border-color: #e4e4e4;
border-radius: 0;
}
/* line 122, ../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
@ -4896,8 +4896,8 @@ table tr td {
/* line 112, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width: 810px)/";
width: 810px;
font-family: "/only screen and (min-width: 1200px)/";
width: 1200px;
}
/* Wrapped around .top-bar to contain to grid width */
@ -5382,7 +5382,7 @@ meta.foundation-mq-topbar {
display: block;
}
@media only screen and (min-width: 810px) {
@media only screen and (min-width: 1200px) {
/* line 455, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
background: white;
@ -7447,72 +7447,72 @@ CSS-Classes to add margin at the top or bottom
*/
/* line 161, ../scss/_5_layout_theme-fr.scss */
.t15 {
margin-top: 15px;
margin-top: 15px !important;
}
/* line 162, ../scss/_5_layout_theme-fr.scss */
.t20 {
margin-top: 20px;
margin-top: 20px !important;
}
/* line 163, ../scss/_5_layout_theme-fr.scss */
.t30 {
margin-top: 30px;
margin-top: 30px !important;
}
/* line 164, ../scss/_5_layout_theme-fr.scss */
.t50 {
margin-top: 50px;
margin-top: 50px !important;
}
/* line 165, ../scss/_5_layout_theme-fr.scss */
.t60 {
margin-top: 60px;
margin-top: 60px !important;
}
/* line 166, ../scss/_5_layout_theme-fr.scss */
.t90 {
margin-top: 90px;
margin-top: 90px !important;
}
/* line 168, ../scss/_5_layout_theme-fr.scss */
.b15 {
margin-bottom: 15px;
margin-bottom: 15px !important;
}
/* line 169, ../scss/_5_layout_theme-fr.scss */
.b20 {
margin-bottom: 20px;
margin-bottom: 20px !important;
}
/* line 170, ../scss/_5_layout_theme-fr.scss */
.b30 {
margin-bottom: 30px;
margin-bottom: 30px !important;
}
/* line 171, ../scss/_5_layout_theme-fr.scss */
.b60 {
margin-bottom: 60px;
margin-bottom: 60px !important;
}
/* line 173, ../scss/_5_layout_theme-fr.scss */
.pl20 {
padding-left: 20px;
padding-left: 20px !important;
}
/* line 175, ../scss/_5_layout_theme-fr.scss */
.pr5 {
padding-right: 5px;
padding-right: 5px !important;
}
/* line 176, ../scss/_5_layout_theme-fr.scss */
.pr10 {
padding-right: 10px;
padding-right: 10px !important;
}
/* line 177, ../scss/_5_layout_theme-fr.scss */
.pr20 {
padding-right: 20px;
padding-right: 20px !important;
}
/* line 1, ../scss/_6_additional_theme-fr.scss */

File diff suppressed because one or more lines are too long