mirror of https://github.com/Squidex/squidex.git
8 changed files with 2 additions and 48 deletions
@ -1,3 +0,0 @@ |
|||
<form class="form-inline"> |
|||
<input class="form-control search-control" type="text" /> |
|||
</form> |
|||
@ -1,16 +0,0 @@ |
|||
@import '_vars'; |
|||
@import '_mixins'; |
|||
|
|||
.search-control { |
|||
& { |
|||
@include transition(background .4s ease); |
|||
background: $color-theme-blue-dark; |
|||
border-color: $color-theme-blue-dark; |
|||
border-width: 1px; |
|||
color: $color-accent-dark; |
|||
} |
|||
|
|||
&:focus { |
|||
background: darken($color-theme-blue-dark, 5%); |
|||
} |
|||
} |
|||
@ -1,15 +0,0 @@ |
|||
/* |
|||
* Squidex Headless CMS |
|||
* |
|||
* @license |
|||
* Copyright (c) Sebastian Stehle. All rights reserved |
|||
*/ |
|||
|
|||
import { Component } from '@angular/core'; |
|||
|
|||
@Component({ |
|||
selector: 'sqx-search-form', |
|||
styleUrls: ['./search-form.component.scss'], |
|||
templateUrl: './search-form.component.html' |
|||
}) |
|||
export class SearchFormComponent { } |
|||
Loading…
Reference in new issue