modified: SRC/public/css/app.css
modified: SRC/resources/views/home.blade.php
This commit is contained in:
@ -6263,13 +6263,4 @@ body,
|
||||
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%);
|
||||
}
|
Reference in New Issue
Block a user