Skip to content

Commit

Permalink
added search in current item widget to LESS fs widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
int-JHG committed Aug 21, 2024
1 parent f920a61 commit f7afcb3
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
@import "views/fullscreen/fsDownloads.less";
@import "views/fullscreen/fsCitation.less";
@import "views/fullscreen/fsFormatLinks.less";
@import "views/fullscreen/fsSearchInCUrrentItem.less";

/* SEARCH VIEWS */
@import "views/search/searchAdvanced.less";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* ==============================================================
View Fullscreen Search In Current Item
==============================================================*/
/* FULLSCREEN SEARCH IN CURRENT ITEM */
.fullscreen {
.widget-search-in-current-item {
.form-group {}
.input-group {
input {}
}
.input-group-addon {
input {}
}
}
}

/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

/* BREAKPOINT FOR DESKTOPS */
@media screen and (max-width: @mediumBreakpoint) {}

/* BREAKPOINT FOR TABLETS */
@media screen and (max-width: @smallBreakpoint) {}

/* BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: @xSmallBreakpoint) {}

0 comments on commit f7afcb3

Please sign in to comment.