-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
d17a591
commit a5d5a74
Showing
40 changed files
with
2,833 additions
and
6,463 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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,37 @@ | ||
// feature grid | ||
.ag-fresh .ag-header, | ||
.ag-fresh .ag-tool-panel-container { | ||
background: @ms2-color-primary !important; | ||
color: @ms2-color-text-primary; | ||
font-family: @font-family-base; | ||
} | ||
|
||
.ag-fresh .ag-tool-panel-container .ag-list-selection { | ||
color: #000000; | ||
} | ||
|
||
.ag-fresh .ag-paging-button { | ||
color: @ms2-color-primary; | ||
background-color: @ms2-color-background; | ||
border: @ms2-color-primary 1px solid; | ||
} | ||
|
||
.ag-fresh .ag-paging-page-summary-panel { | ||
color: @ms2-color-primary; | ||
} | ||
|
||
.ag-fresh .ag-paging-panel { | ||
background-color: @ms2-color-background; | ||
} | ||
|
||
.ag-fresh .ag-body { | ||
background-color: @ms2-color-background !important; | ||
} | ||
|
||
.ag-fresh .ag-body .ag-row-even { | ||
background-color: @ms2-color-background !important; | ||
} | ||
|
||
.ag-fresh .ag-body .ag-row-odd { | ||
background-color: darken(@ms2-color-background,5%) !important; | ||
} |
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,16 @@ | ||
.autocompleteField .autocomplete-toolbar .chevron-left { | ||
float: left; | ||
color: @ms2-color-primary; | ||
} | ||
.autocompleteField .autocomplete-toolbar .chevron-right { | ||
float: right; | ||
color: @ms2-color-primary; | ||
} | ||
|
||
.autocompleteField .autocomplete-toolbar .rw-list-option:hover { | ||
color: @ms2-color-primary-hover; | ||
} | ||
|
||
.autocompleteField ul li:last-child { | ||
border: none !important; | ||
} |
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,55 @@ | ||
.shadow { | ||
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.24); | ||
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.24); | ||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.24); | ||
} | ||
|
||
.shadow-soft { | ||
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.12); | ||
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.12); | ||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.12); | ||
} | ||
|
||
.no-border { | ||
border: none; | ||
} | ||
|
||
.no-border:active, | ||
.no-border:active:focus, | ||
.no-border:focus, | ||
.no-border:hover { | ||
box-shadow: none; | ||
-webkit-box-shadow: none; | ||
-moz-box-shadow: none; | ||
outline: none; | ||
} | ||
|
||
.option-icon { | ||
font-size: @font-size-base; | ||
margin-right: @padding-left-square; | ||
color: @ms2-color-primary; | ||
} | ||
|
||
.bg-body { | ||
background-color: @ms2-color-background; | ||
} | ||
|
||
.text-body { | ||
color: @ms2-color-text; | ||
} | ||
|
||
.flex-center { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.btn { | ||
outline: none !important; | ||
} | ||
|
||
textarea { | ||
background-color: darken(@ms2-color-background, 5%); | ||
color: @ms2-color-text; | ||
border-color: @ms2-color-shade-lighter; | ||
outline: none !important; | ||
} |
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,67 @@ | ||
.mapstore-cookie-panel { | ||
height: 100%; | ||
overflow: auto; | ||
display: block; | ||
font-family: inherit; | ||
position: fixed; | ||
width: auto; | ||
box-shadow: 0 0 5px 1px #5e5e5e; | ||
z-index: 9998; | ||
background-color: white; | ||
box-sizing: border-box; | ||
top: auto; | ||
bottom: 0px; | ||
left: 0px; | ||
right: auto; | ||
} | ||
|
||
.cookie-body-container { | ||
height: 100%; | ||
position: relative; | ||
width: 100%; | ||
border-radius: 2px; | ||
font-size: 13px; | ||
padding: 10px; | ||
display: block; | ||
box-sizing: border-box; | ||
opacity: 1; | ||
transition: 0.3s ease-in-out; | ||
transform: translate3d(0px, 0px, 0px); | ||
will-change: transform, opacity; | ||
background-color: white; | ||
left: 0px; | ||
text-align: justify; | ||
} | ||
|
||
.cookie-title { | ||
font-size: 14px; | ||
margin: 0px 0px 5px; | ||
padding: 0px; | ||
font-weight: bold; | ||
color: @ms2-color-primary; | ||
} | ||
|
||
.cookie-action, .cookie-message { | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
|
||
.cookie-button { | ||
border-radius: 2px; | ||
padding: 6px 20px; | ||
font-weight: bold; | ||
margin: 10px 0px 0px; | ||
border: 0px; | ||
} | ||
|
||
.cookie-header { | ||
color: @ms2-color-primary; | ||
height: 44px; | ||
} | ||
|
||
.cookie-header > span { | ||
float: right; | ||
cursor: pointer; | ||
font-size: 40px; | ||
width: 44px; | ||
} |
Oops, something went wrong.