Explorar el Código

Adaptations frontend

dev
Guillaume Bourgeois hace 5 años
padre
commit
d4846bd026
Se han modificado 2 ficheros con 128 adiciones y 112 borrados
  1. +112
    -105
      frontend/web/css/screen.css
  2. +16
    -7
      frontend/web/sass/screen.scss

+ 112
- 105
frontend/web/css/screen.css Ver fichero

background-color: #FF7F00; background-color: #FF7F00;
color: white; color: white;
} }
/* line 325, ../sass/screen.scss */
/* line 320, ../sass/screen.scss */
#header nav ul li ul li a {
padding: 10px 10px;
}
/* line 333, ../sass/screen.scss */
#header #link-logout .name { #header #link-logout .name {
color: gray; color: gray;
font-size: 10px; font-size: 10px;
top: -4px; top: -4px;
} }


/* line 336, ../sass/screen.scss */
/* line 344, ../sass/screen.scss */
#content { #content {
position: relative; position: relative;
padding: 20px 0px; padding: 20px 0px;
padding-top: 35px; padding-top: 35px;
padding-bottom: 50px; padding-bottom: 50px;
} }
/* line 342, ../sass/screen.scss */
#content h1#title-site {
/* line 350, ../sass/screen.scss */
#content h1#title-site, #content h1 {
font-family: "highvoltageregular"; font-family: "highvoltageregular";
font-size: 50px;
font-size: 35px;
} }
/* line 347, ../sass/screen.scss */
/* line 355, ../sass/screen.scss */
#content h2 { #content h2 {
color: #323232; color: #323232;
padding-bottom: 15px; padding-bottom: 15px;
position: relative; position: relative;
margin-top: 30px; margin-top: 30px;
} }
/* line 358, ../sass/screen.scss */
/* line 366, ../sass/screen.scss */
#content h3 { #content h3 {
font-family: "highvoltageregular"; font-family: "highvoltageregular";
font-size: 20px; font-size: 20px;
color: #323232; color: #323232;
} }
/* line 365, ../sass/screen.scss */
/* line 373, ../sass/screen.scss */
#content #description img { #content #description img {
width: 100%; width: 100%;
} }
/* line 370, ../sass/screen.scss */
/* line 378, ../sass/screen.scss */
#content #main-img { #content #main-img {
max-width: 100%; max-width: 100%;
border: solid 1px #e0e0e0; border: solid 1px #e0e0e0;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
} }
/* line 377, ../sass/screen.scss */
/* line 385, ../sass/screen.scss */
#content #row-signup { #content #row-signup {
text-align: center; text-align: center;
margin-top: 40px; margin-top: 40px;
padding-top: 40px; padding-top: 40px;
} }
/* line 382, ../sass/screen.scss */
/* line 390, ../sass/screen.scss */
#content #row-signup a.btn { #content #row-signup a.btn {
padding: 10px 20px; padding: 10px 20px;
font-size: 20px; font-size: 20px;
text-transform: uppercase; text-transform: uppercase;
} }
/* line 388, ../sass/screen.scss */
/* line 396, ../sass/screen.scss */
#content #row-signup a.btn-primary { #content #row-signup a.btn-primary {
margin-right: 15px; margin-right: 15px;
} }
/* line 393, ../sass/screen.scss */
/* line 401, ../sass/screen.scss */
#content #row-presentation-distrib { #content #row-presentation-distrib {
border-bottom: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0;
} }
/* line 396, ../sass/screen.scss */
/* line 404, ../sass/screen.scss */
#content #row-presentation-distrib h2 { #content #row-presentation-distrib h2 {
font-family: "capsuularegular"; font-family: "capsuularegular";
text-align: center; text-align: center;
margin-top: 0px; margin-top: 0px;
text-transform: none; text-transform: none;
} }
/* line 404, ../sass/screen.scss */
/* line 412, ../sass/screen.scss */
#content #row-users-producers { #content #row-users-producers {
margin-bottom: 50px; margin-bottom: 50px;
padding-top: 30px; padding-top: 30px;
} }
/* line 408, ../sass/screen.scss */
/* line 416, ../sass/screen.scss */
#content #row-users-producers h2 { #content #row-users-producers h2 {
text-align: left; text-align: left;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 0px; margin-top: 0px;
} }
/* line 412, ../sass/screen.scss */
/* line 420, ../sass/screen.scss */
#content #row-users-producers h2 .img { #content #row-users-producers h2 .img {
height: 35px; height: 35px;
} }
/* line 415, ../sass/screen.scss */
/* line 423, ../sass/screen.scss */
#content #row-users-producers h2 span { #content #row-users-producers h2 span {
margin-left: 10px; margin-left: 10px;
font-size: 25px; font-size: 25px;
position: relative; position: relative;
top: 5px; top: 5px;
} }
/* line 423, ../sass/screen.scss */
/* line 431, ../sass/screen.scss */
#content #row-users-producers h3 { #content #row-users-producers h3 {
margin-top: 0px; margin-top: 0px;
} }
/* line 427, ../sass/screen.scss */
/* line 435, ../sass/screen.scss */
#content #row-users-producers p.presentation { #content #row-users-producers p.presentation {
font-family: "capsuularegular"; font-family: "capsuularegular";
color: black; color: black;
font-size: 20px; font-size: 20px;
line-height: 26px; line-height: 26px;
} }
/* line 434, ../sass/screen.scss */
/* line 442, ../sass/screen.scss */
#content #row-users-producers ul { #content #row-users-producers ul {
text-align: left; text-align: left;
} }
/* line 436, ../sass/screen.scss */
/* line 444, ../sass/screen.scss */
#content #row-users-producers ul li { #content #row-users-producers ul li {
color: #FF7F00; color: #FF7F00;
} }
/* line 441, ../sass/screen.scss */
/* line 449, ../sass/screen.scss */
#content #row-users-producers p { #content #row-users-producers p {
padding-bottom: 4px; padding-bottom: 4px;
} }
/* line 445, ../sass/screen.scss */
/* line 453, ../sass/screen.scss */
#content #row-users-producers .btn-primary { #content #row-users-producers .btn-primary {
margin-top: 20px; margin-top: 20px;
} }
/* line 452, ../sass/screen.scss */
/* line 460, ../sass/screen.scss */
#content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active { #content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active {
color: black; color: black;
} }


/* line 462, ../sass/screen.scss */
/* line 470, ../sass/screen.scss */
#content #contact { #content #contact {
display: none; display: none;
} }
/* line 466, ../sass/screen.scss */
/* line 474, ../sass/screen.scss */
#content #contact .icon { #content #contact .icon {
width: 55px; width: 55px;
top: -15px; top: -15px;
margin-left: -70px; margin-left: -70px;
} }
/* line 472, ../sass/screen.scss */
/* line 480, ../sass/screen.scss */
#content #contact .form-control:focus { #content #contact .form-control:focus {
/*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
border-color: $jaune ;*/ border-color: $jaune ;*/
} }
/* line 477, ../sass/screen.scss */
/* line 485, ../sass/screen.scss */
#content #contact .form-group { #content #contact .form-group {
text-align: center; text-align: center;
} }
/* line 481, ../sass/screen.scss */
/* line 489, ../sass/screen.scss */
#content #contact .img-right { #content #contact .img-right {
float: right; float: right;
} }
/* line 484, ../sass/screen.scss */
/* line 492, ../sass/screen.scss */
#content #contact .img-right img { #content #contact .img-right img {
width: 300px; width: 300px;
} }


/* line 491, ../sass/screen.scss */
/* line 499, ../sass/screen.scss */
#bookmarked-producers { #bookmarked-producers {
background-color: #FF7F00;
border-top: solid 1px #e0e0e0;
background-color: #323232;
padding: 0px; padding: 0px;
padding-top: 20px; padding-top: 20px;
margin: 0px; margin: 0px;
} }
/* line 498, ../sass/screen.scss */
/* line 505, ../sass/screen.scss */
#bookmarked-producers h2 { #bookmarked-producers h2 {
font-family: "highvoltageregular"; font-family: "highvoltageregular";
color: white; color: white;
margin-left: 15px; margin-left: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
/* line 509, ../sass/screen.scss */
/* line 516, ../sass/screen.scss */
#bookmarked-producers .col-md-12, #bookmarked-producers .col-md-6, #bookmarked-producers .col-md-3 { #bookmarked-producers .col-md-12, #bookmarked-producers .col-md-6, #bookmarked-producers .col-md-3 {
float: left; float: left;
} }
/* line 513, ../sass/screen.scss */
/* line 520, ../sass/screen.scss */
#bookmarked-producers .col-md-12 .producer { #bookmarked-producers .col-md-12 .producer {
background-size: 920px auto; background-size: 920px auto;
} }
/* line 516, ../sass/screen.scss */
/* line 523, ../sass/screen.scss */
#bookmarked-producers .col-md-6 .producer { #bookmarked-producers .col-md-6 .producer {
background-size: 460px auto; background-size: 460px auto;
} }
/* line 520, ../sass/screen.scss */
/* line 527, ../sass/screen.scss */
#bookmarked-producers .col-md-3 .producer { #bookmarked-producers .col-md-3 .producer {
background-size: 230px auto; background-size: 230px auto;
} }
/* line 524, ../sass/screen.scss */
/* line 531, ../sass/screen.scss */
#bookmarked-producers .producer { #bookmarked-producers .producer {
position: relative; position: relative;
height: 100px; height: 100px;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
border: solid 1px white; border: solid 1px white;
background-color: white;
} }
/* line 535, ../sass/screen.scss */
/* line 543, ../sass/screen.scss */
#bookmarked-producers .producer a { #bookmarked-producers .producer a {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
width: 100%; width: 100%;
background-color: white;
border-color: white;
color: #FF7F00;
background-color: #FF7F00;
border-color: #FF7F00;
color: white;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
} }
/* line 544, ../sass/screen.scss */
/* line 553, ../sass/screen.scss */
#bookmarked-producers .producer a:hover { #bookmarked-producers .producer a:hover {
background-color: #fafafa; background-color: #fafafa;
border-color: white; border-color: white;
color: #FF7F00; color: #FF7F00;
} }
/* line 552, ../sass/screen.scss */
/* line 561, ../sass/screen.scss */
#bookmarked-producers #discover { #bookmarked-producers #discover {
padding-bottom: 20px; padding-bottom: 20px;
text-align: center; text-align: center;
} }
/* line 556, ../sass/screen.scss */
/* line 565, ../sass/screen.scss */
#bookmarked-producers #discover p { #bookmarked-producers #discover p {
padding-bottom: 0px; padding-bottom: 0px;
color: white; color: white;
} }
/* line 561, ../sass/screen.scss */
/* line 570, ../sass/screen.scss */
#bookmarked-producers #discover .btn { #bookmarked-producers #discover .btn {
background-color: white; background-color: white;
color: #FF7F00; color: #FF7F00;
border: solid 1px white; border: solid 1px white;
} }


/* line 570, ../sass/screen.scss */
/* line 579, ../sass/screen.scss */
#footer { #footer {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
background-color: white; background-color: white;
border-top: solid 1px #e0e0e0; border-top: solid 1px #e0e0e0;
} }
/* line 580, ../sass/screen.scss */
/* line 589, ../sass/screen.scss */
#footer a { #footer a {
color: #7e7e7e; color: #7e7e7e;
color: white; color: white;
border-right: solid 1px #7e7e7e; border-right: solid 1px #7e7e7e;
border-right: solid 1px white; border-right: solid 1px white;
} }
/* line 590, ../sass/screen.scss */
/* line 599, ../sass/screen.scss */
#footer a:hover { #footer a:hover {
color: gray; color: gray;
} }
/* line 594, ../sass/screen.scss */
/* line 603, ../sass/screen.scss */
#footer a:last-child { #footer a:last-child {
border: 0px none; border: 0px none;
} }
/* line 600, ../sass/screen.scss */
/* line 609, ../sass/screen.scss */
#footer #code-source img { #footer #code-source img {
height: 20px; height: 20px;
} }


/* line 606, ../sass/screen.scss */
/* line 615, ../sass/screen.scss */
#content #mentions { #content #mentions {
padding-top: 20px; padding-top: 20px;
} }
/* line 609, ../sass/screen.scss */
/* line 618, ../sass/screen.scss */
#content #mentions div.content { #content #mentions div.content {
width: 60%; width: 60%;
font-size: 90%; font-size: 90%;
} }
/* line 614, ../sass/screen.scss */
/* line 623, ../sass/screen.scss */
#content #mentions p { #content #mentions p {
padding-bottom: 15px; padding-bottom: 15px;
} }
/* line 618, ../sass/screen.scss */
/* line 627, ../sass/screen.scss */
#content #mentions h2 { #content #mentions h2 {
color: black; color: black;
padding-bottom: 40px; padding-bottom: 40px;
line-height: 35px; line-height: 35px;
font-family: "highvoltageregular"; font-family: "highvoltageregular";
} }
/* line 626, ../sass/screen.scss */
/* line 635, ../sass/screen.scss */
#content #mentions h3 { #content #mentions h3 {
font-family: "highvoltageregular"; font-family: "highvoltageregular";
font-size: 18px; font-size: 18px;
color: black; color: black;
} }


/* line 641, ../sass/screen.scss */
/* line 650, ../sass/screen.scss */
.vegas-loading { .vegas-loading {
display: none; display: none;
} }


/* line 648, ../sass/screen.scss */
/* line 657, ../sass/screen.scss */
#profil-user .form-group.field-user-no_mail label { #profil-user .form-group.field-user-no_mail label {
font-weight: normal; font-weight: normal;
} }
/* line 652, ../sass/screen.scss */
/* line 661, ../sass/screen.scss */
#profil-user .form-group label { #profil-user .form-group label {
cursor: pointer; cursor: pointer;
} }
/* line 657, ../sass/screen.scss */
/* line 666, ../sass/screen.scss */
#profil-user #mails-days-distribution .form-group { #profil-user #mails-days-distribution .form-group {
float: left; float: left;
margin-right: 15px; margin-right: 15px;
} }
/* line 660, ../sass/screen.scss */
/* line 669, ../sass/screen.scss */
#profil-user #mails-days-distribution .form-group label { #profil-user #mails-days-distribution .form-group label {
font-weight: normal; font-weight: normal;
} }
/* line 666, ../sass/screen.scss */
/* line 675, ../sass/screen.scss */
#profil-user p.strong { #profil-user p.strong {
font-weight: bold; font-weight: bold;
} }


/* login */ /* login */
/* line 675, ../sass/screen.scss */
/* line 684, ../sass/screen.scss */
.site-login .col-lg-5 { .site-login .col-lg-5 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;
} }


/* signup */ /* signup */
/* line 683, ../sass/screen.scss */
/* line 692, ../sass/screen.scss */
.modal-backdrop { .modal-backdrop {
z-index: 999; z-index: 999;
} }


/* line 688, ../sass/screen.scss */
/* line 697, ../sass/screen.scss */
.site-signup .col-lg-5 { .site-signup .col-lg-5 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;
} }


/* line 698, ../sass/screen.scss */
/* line 707, ../sass/screen.scss */
#modal-cgv .modal-body h2 { #modal-cgv .modal-body h2 {
margin-bottom: 5px; margin-bottom: 5px;
padding-bottom: 0px; padding-bottom: 0px;
margin-top: 0px; margin-top: 0px;
} }


/* line 708, ../sass/screen.scss */
/* line 717, ../sass/screen.scss */
#form-signup #user-producer { #form-signup #user-producer {
margin-bottom: 30px; margin-bottom: 30px;
} }
/* line 713, ../sass/screen.scss */
/* line 722, ../sass/screen.scss */
#form-signup #signupform-id_producer option:disabled { #form-signup #signupform-id_producer option:disabled {
font-weight: bold; font-weight: bold;
color: black; color: black;
} }
/* line 719, ../sass/screen.scss */
/* line 728, ../sass/screen.scss */
#form-signup #champs-producer { #form-signup #champs-producer {
display: none; display: none;
} }
/* line 723, ../sass/screen.scss */
/* line 732, ../sass/screen.scss */
#form-signup #buttons-signup { #form-signup #buttons-signup {
margin-top: 30px; margin-top: 30px;
} }


/* line 728, ../sass/screen.scss */
/* line 737, ../sass/screen.scss */
#col-left { #col-left {
padding: 0px; padding: 0px;
z-index: 15; z-index: 15;
} }
/* line 732, ../sass/screen.scss */
/* line 741, ../sass/screen.scss */
#col-left .affix { #col-left .affix {
width: 25%; width: 25%;
border-right: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
background-color: #FAFAFA; background-color: #FAFAFA;
height: 100%; height: 100%;
} }
/* line 739, ../sass/screen.scss */
/* line 748, ../sass/screen.scss */
#col-left #link-home { #col-left #link-home {
text-decoration: none; text-decoration: none;
font-size: 22px; font-size: 22px;
padding: 10px; padding: 10px;
background-color: white; background-color: white;
} }
/* line 747, ../sass/screen.scss */
/* line 756, ../sass/screen.scss */
#col-left #link-home img { #col-left #link-home img {
height: 50px; height: 50px;
margin-bottom: 5px; margin-bottom: 5px;
float: left; float: left;
} }
/* line 753, ../sass/screen.scss */
/* line 762, ../sass/screen.scss */
#col-left #link-home .text { #col-left #link-home .text {
padding-left: 62px; padding-left: 62px;
} }
/* line 756, ../sass/screen.scss */
/* line 765, ../sass/screen.scss */
#col-left #link-home .text .bap { #col-left #link-home .text .bap {
font-family: "comfortaalight"; font-family: "comfortaalight";
font-size: 24px; font-size: 24px;
} }
/* line 761, ../sass/screen.scss */
/* line 770, ../sass/screen.scss */
#col-left #link-home .text .plateforme { #col-left #link-home .text .plateforme {
font-size: 17px; font-size: 17px;
font-family: "myriadpro-light"; font-family: "myriadpro-light";
color: #FF7F00; color: #FF7F00;
} }
/* line 769, ../sass/screen.scss */
/* line 778, ../sass/screen.scss */
#col-left h2 { #col-left h2 {
font-family: "myriadpro-regular"; font-family: "myriadpro-regular";
color: black; color: black;
margin-bottom: 10px; margin-bottom: 10px;
padding: 15px 0px 5px 15px; padding: 15px 0px 5px 15px;
} }
/* line 777, ../sass/screen.scss */
/* line 786, ../sass/screen.scss */
#col-left #links { #col-left #links {
background-color: white; background-color: white;
margin-bottom: 20px; margin-bottom: 20px;
} }
/* line 783, ../sass/screen.scss */
/* line 792, ../sass/screen.scss */
#col-left #links ul li a { #col-left #links ul li a {
text-align: center; text-align: center;
border-right: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
} }
/* line 787, ../sass/screen.scss */
/* line 796, ../sass/screen.scss */
#col-left #links ul li a:hover { #col-left #links ul li a:hover {
background-color: #FF7F00; background-color: #FF7F00;
color: white; color: white;
} }
/* line 793, ../sass/screen.scss */
/* line 802, ../sass/screen.scss */
#col-left #links ul li:last-child a { #col-left #links ul li:last-child a {
border-right: 0px none; border-right: 0px none;
} }
/* line 803, ../sass/screen.scss */
/* line 812, ../sass/screen.scss */
#col-left #producers nav.nav-producers ul li a { #col-left #producers nav.nav-producers ul li a {
padding-left: 50px; padding-left: 50px;
height: 40px; height: 40px;
} }
/* line 809, ../sass/screen.scss */
/* line 818, ../sass/screen.scss */
#col-left #producers nav.nav-producers ul li.active a { #col-left #producers nav.nav-producers ul li.active a {
background-color: #FF7F00; background-color: #FF7F00;
position: relative; position: relative;
color: white; color: white;
} }
/* line 814, ../sass/screen.scss */
/* line 823, ../sass/screen.scss */
#col-left #producers nav.nav-producers ul li.active a:after { #col-left #producers nav.nav-producers ul li.active a:after {
right: -40px; right: -40px;
top: 50%; top: 50%;
border-width: 20px; border-width: 20px;
margin-top: -20px; margin-top: -20px;
} }
/* line 833, ../sass/screen.scss */
/* line 842, ../sass/screen.scss */
#col-left ul { #col-left ul {
list-style-type: none; list-style-type: none;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
/* line 837, ../sass/screen.scss */
/* line 846, ../sass/screen.scss */
#col-left ul li { #col-left ul li {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
/* line 840, ../sass/screen.scss */
/* line 849, ../sass/screen.scss */
#col-left ul li a { #col-left ul li a {
text-decoration: none; text-decoration: none;
font-family: "comfortaaregular"; font-family: "comfortaaregular";
display: block; display: block;
color: black; color: black;
} }
/* line 850, ../sass/screen.scss */
/* line 859, ../sass/screen.scss */
#col-left ul li a span.name, #col-left ul li a span.wording { #col-left ul li a span.name, #col-left ul li a span.wording {
display: none; display: none;
} }
/* line 857, ../sass/screen.scss */
/* line 866, ../sass/screen.scss */
#col-left p { #col-left p {
padding: 20px; padding: 20px;
padding-top: 0px; padding-top: 0px;
color: gray; color: gray;
} }


/* line 865, ../sass/screen.scss */
/* line 874, ../sass/screen.scss */
#content .header-title { #content .header-title {
height: 79px; height: 79px;
padding: 20px 20px; padding: 20px 20px;
-webkit-box-shadow: 0px 0px 8px #e0e0e0; -webkit-box-shadow: 0px 0px 8px #e0e0e0;
box-shadow: 0px 0px 8px #e0e0e0; box-shadow: 0px 0px 8px #e0e0e0;
} }
/* line 877, ../sass/screen.scss */
/* line 886, ../sass/screen.scss */
#content .header-title h1 { #content .header-title h1 {
color: black; color: black;
font-family: "myriadpro-regular"; font-family: "myriadpro-regular";
font-size: 25px; font-size: 25px;
text-transform: uppercase; text-transform: uppercase;
} }
/* line 885, ../sass/screen.scss */
/* line 894, ../sass/screen.scss */
#content .header-title h2 { #content .header-title h2 {
color: gray; color: gray;
text-transform: none; text-transform: none;
line-height: 20px; line-height: 20px;
} }


/* line 896, ../sass/screen.scss */
/* line 905, ../sass/screen.scss */
.header-producer { .header-producer {
z-index: 1; z-index: 1;
} }
/* line 898, ../sass/screen.scss */
/* line 907, ../sass/screen.scss */
.header-producer #block-main-img { .header-producer #block-main-img {
height: 144px; height: 144px;
overflow: hidden; overflow: hidden;
} }
/* line 902, ../sass/screen.scss */
/* line 911, ../sass/screen.scss */
.header-producer #block-main-img #main-img { .header-producer #block-main-img #main-img {
width: 100%; width: 100%;
height: auto; height: auto;
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
border-radius: 0px; border-radius: 0px;
} }
/* line 911, ../sass/screen.scss */
/* line 920, ../sass/screen.scss */
.header-producer h1 { .header-producer h1 {
font-family: "comfortaaregular"; font-family: "comfortaaregular";
text-align: center; text-align: center;
top: 30px; top: 30px;
left: 40px; left: 40px;
} }
/* line 918, ../sass/screen.scss */
/* line 927, ../sass/screen.scss */
.header-producer h1 span { .header-producer h1 span {
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
padding: 10px 30px; padding: 10px 30px;
border: dotted 1px black; border: dotted 1px black;
} }


/* line 929, ../sass/screen.scss */
/* line 938, ../sass/screen.scss */
nav#menu-producer { nav#menu-producer {
border-bottom: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0;
} }
/* line 933, ../sass/screen.scss */
/* line 942, ../sass/screen.scss */
nav#menu-producer ul li { nav#menu-producer ul li {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
} }
/* line 936, ../sass/screen.scss */
/* line 945, ../sass/screen.scss */
nav#menu-producer ul li a { nav#menu-producer ul li a {
border-right: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
text-decoration: none; text-decoration: none;
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
border-radius: 0px; border-radius: 0px;
} }
/* line 941, ../sass/screen.scss */
/* line 950, ../sass/screen.scss */
nav#menu-producer ul li a:hover { nav#menu-producer ul li a:hover {
background-color: #FF7F00; background-color: #FF7F00;
color: white; color: white;
} }


/* line 951, ../sass/screen.scss */
/* line 960, ../sass/screen.scss */
.site-contact .col-lg-5 { .site-contact .col-lg-5 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;

+ 16
- 7
frontend/web/sass/screen.scss Ver fichero

} }
ul {
li {
a {
padding: 10px 10px ;
}
}
}
} }
} }
padding-top: 35px ; padding-top: 35px ;
padding-bottom: 50px ; padding-bottom: 50px ;
h1#title-site {
h1#title-site, h1 {
font-family: "highvoltageregular" ; font-family: "highvoltageregular" ;
font-size: 50px ;
font-size: 35px ;
} }
h2 { h2 {
} }


#bookmarked-producers { #bookmarked-producers {
background-color: $color1 ;
border-top: solid 1px #e0e0e0 ;
background-color: #323232 ;
padding: 0px ; padding: 0px ;
padding-top: 20px ; padding-top: 20px ;
margin: 0px ; margin: 0px ;
background-position: center center ; background-position: center center ;
background-repeat: no-repeat ; background-repeat: no-repeat ;
border: solid 1px $color2 ; border: solid 1px $color2 ;
background-color: white ;


a { a {
position: absolute ; position: absolute ;
bottom: 0px ; bottom: 0px ;
left: 0px ; left: 0px ;
width: 100% ; width: 100% ;
background-color: $color2 ;
border-color: $color2 ;
color: $color1 ;
background-color: $color1 ;
border-color: $color1 ;
color: white ;
@include border-radius(0px) ;
&:hover { &:hover {
background-color: #fafafa ; background-color: #fafafa ;

Cargando…
Cancelar
Guardar