fix log and disable signup
This commit is contained in:
parent
9a68344b3b
commit
828c9180bb
@ -11,15 +11,6 @@
|
|||||||
src: url("/fonts/Frontage-Bold.otf") format("opentype");
|
src: url("/fonts/Frontage-Bold.otf") format("opentype");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.content_block_red{
|
|
||||||
background-color: #f16237;
|
|
||||||
min-width:100%;
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
@ -28,19 +19,6 @@ a:link {
|
|||||||
a:visited {
|
a:visited {
|
||||||
color: #f16237;
|
color: #f16237;
|
||||||
}
|
}
|
||||||
|
|
||||||
.red_back {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-image: url(../images/bluuu.svg);
|
|
||||||
background-color: #f16237;
|
|
||||||
min-width:100%;
|
|
||||||
min-height:10px;
|
|
||||||
background-position: left bottom;
|
|
||||||
background-clip: padding-box;
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
@ -81,12 +59,13 @@ a {
|
|||||||
.navbar-fixed-top {
|
.navbar-fixed-top {
|
||||||
font-family: 'Frontage-regular';
|
font-family: 'Frontage-regular';
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
font-size:1vw;
|
font-size:0.95vw;
|
||||||
border-color: #f1623b;;
|
border-color: #f1623b;;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>li>a{
|
.navbar-default .navbar-nav>li>a{
|
||||||
color:#000000;
|
color:#000000;
|
||||||
|
margin-left: 0; width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home {
|
#home {
|
||||||
|
@ -29,5 +29,7 @@ html
|
|||||||
a(href="#infos", class="anchor") infos pratiques
|
a(href="#infos", class="anchor") infos pratiques
|
||||||
li(role="presentation" )
|
li(role="presentation" )
|
||||||
a(href="#contact", class="anchor") contact
|
a(href="#contact", class="anchor") contact
|
||||||
|
li(role="presentation" )
|
||||||
|
a(href="#stream", class="anchor") streaming
|
||||||
block body
|
block body
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user