-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd65abe
commit c98d75b
Showing
31 changed files
with
746 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
.invenio-administration.ui.grid > .side-bar.column { | ||
background-color: @adminSideNavColor; | ||
.item { | ||
color: @darkTextColor; | ||
font-weight: @fontRegular; | ||
text-decoration: underline; | ||
text-decoration-color: @darkTextColor; | ||
text-decoration-thickness: 1px; | ||
&:hover, | ||
&:active { | ||
font-weight: @fontMedium; | ||
text-decoration-thickness: 2px; | ||
} | ||
} | ||
background-color: @lavender; | ||
border-right: 2px solid @primaryColor; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.ui.message { | ||
background-color: @white; | ||
color: @black; | ||
margin-bottom: .5rem; | ||
&.positive { | ||
background-color: @greenBackground; | ||
border: 1px solid @green; | ||
.header { | ||
color: @green; | ||
} | ||
} | ||
&.warning { | ||
border: 1px solid @darkOrange; | ||
background: @orangeBackground; | ||
.header { | ||
color: @brown; | ||
} | ||
} | ||
&.negative { | ||
background-color: @redBackground; | ||
border: 1px solid red; | ||
.header { | ||
color: @red; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.ui.table thead th { | ||
background-color: @lavender; | ||
} | ||
|
||
.ui.table tbody tr td.collapsing > .ui.buttons { | ||
flex-wrap: wrap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@headerBackground: @lavender; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
.ui.container.frontpage-header { | ||
background-color: @frontpageSearchBarBackgroundColor !important; | ||
} | ||
|
||
.ui.container.page-subheader { | ||
padding-inline: @itemVerticalPadding @itemHorizontalPadding; | ||
display: flex; | ||
align-items: center; | ||
&-outer { | ||
background-color: @subheaderColor; | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
i.icon.search { | ||
color: @primaryColor; | ||
} | ||
Oops, something went wrong.