Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
531a337208
@ -6264,3 +6264,12 @@ label,
|
||||
.checkbox label {
|
||||
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')
|
||||
|
||||
@section('content')
|
||||
|
||||
<br>
|
||||
<center>
|
||||
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
|
||||
<br>
|
||||
<br>
|
||||
<form class="form-inline">
|
||||
<nav class=""navbar transparent navbar-inverse"">
|
||||
<form class="form-inline navbar-right">
|
||||
<div class="form-group">
|
||||
<img alt="" src="./pictures/homePic/search.png">
|
||||
<div class="input-group">
|
||||
@ -15,6 +12,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</nav>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
Reference in New Issue
Block a user