Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
531a337208
@ -6264,3 +6264,12 @@ label,
|
|||||||
.checkbox label {
|
.checkbox label {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
.navbar.transparent.navbar-inverse .navbar-inner {
|
||||||
|
border-width: 0px;
|
||||||
|
-webkit-box-shadow: 0px 0px;
|
||||||
|
box-shadow: 0px 0px;
|
||||||
|
background-color: rgba(0,0,0,0.0);
|
||||||
|
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
|
||||||
|
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
|
||||||
|
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
|
||||||
|
}
|
@ -1,13 +1,10 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
<br>
|
|
||||||
<center>
|
<center>
|
||||||
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
|
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
|
||||||
<br>
|
<nav class=""navbar transparent navbar-inverse"">
|
||||||
<br>
|
<form class="form-inline navbar-right">
|
||||||
<form class="form-inline">
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<img alt="" src="./pictures/homePic/search.png">
|
<img alt="" src="./pictures/homePic/search.png">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
@ -15,6 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</nav>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user