feat(main): Add base theme: This is the falcon theme out of the box.
This is falcon v3.1.2
This commit is contained in:
2
_dev/css/listing/components/_index.scss
Normal file
2
_dev/css/listing/components/_index.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import "listing-display/index";
|
||||
@import "filters/index";
|
||||
1
_dev/css/listing/components/filters/_index.scss
Normal file
1
_dev/css/listing/components/filters/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import "search-filters";
|
||||
6
_dev/css/listing/components/filters/_search-filters.scss
Normal file
6
_dev/css/listing/components/filters/_search-filters.scss
Normal file
@ -0,0 +1,6 @@
|
||||
.search-filters {
|
||||
@include media-breakpoint-down(sm) {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,28 @@
|
||||
.display-toggle {
|
||||
|
||||
&__link {
|
||||
width: 1.7em;
|
||||
height: 1.7em;
|
||||
font-size: rem-calc(18px);
|
||||
line-height: 1.7em;
|
||||
color: $gray-900;
|
||||
text-align: center;
|
||||
background: $gray-100;
|
||||
border-radius: 50%;
|
||||
|
||||
@include hover-focus() {
|
||||
color: $gray-900;
|
||||
background: $gray-200;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $white;
|
||||
background: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
1
_dev/css/listing/components/listing-display/_index.scss
Normal file
1
_dev/css/listing/components/listing-display/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import "display-toggle";
|
||||
Reference in New Issue
Block a user