-
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
ea2f210
commit 6876880
Showing
34 changed files
with
14,897 additions
and
77 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
296 changes: 296 additions & 0 deletions
296
connect_bi_reporter/static/assets/ActionsMenu-BH4lXONi.css
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,296 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;500;700&display=swap'); | ||
|
||
body { | ||
margin: 0; | ||
line-height: 1.4; | ||
font-family: 'Roboto', sans-serif; | ||
font-size: 15px; | ||
text-rendering: optimizeLegibility; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
color: #212121; | ||
} | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
p { | ||
margin: 0; | ||
color: inherit; | ||
} | ||
|
||
p, | ||
a { | ||
font-size: 15px; | ||
line-height: 1.4; | ||
} | ||
|
||
a { | ||
color: #2c98f0; | ||
cursor: pointer; | ||
text-decoration: underline; | ||
} | ||
|
||
a:visited, | ||
a:hover, | ||
a:active { | ||
color: #2c98f0; | ||
} | ||
|
||
.truncator { | ||
display: flex; | ||
min-width: 0; | ||
align-items: center; | ||
} | ||
|
||
.truncate-text { | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
.assistive-color { | ||
color: #707070; | ||
} | ||
|
||
.assistive-text { | ||
color: #707070; | ||
font-size: 12px; | ||
font-weight: 400; | ||
line-height: 16px; | ||
} | ||
|
||
/* Table cell styling for Connect UI Toolkit tables */ | ||
|
||
td { | ||
padding: 0 12px; | ||
vertical-align: middle; | ||
} | ||
|
||
.horizontal-divider { | ||
height: 1px; | ||
width: 100%; | ||
margin: 8px 0; | ||
background-color: #e0e0e0; | ||
} | ||
|
||
.is-clipped { | ||
overflow: hidden; | ||
} | ||
|
||
.dot-separator:after { | ||
content: '•'; | ||
line-height: 20px; | ||
font-size: 14px; | ||
margin: 0 8px; | ||
} | ||
|
||
/* Buttons styles */ | ||
|
||
.header-button { | ||
display: block; | ||
height: 36px; | ||
border: 1px solid #e0e0e0; | ||
border-radius: 2px; | ||
} | ||
|
||
.header-button span { | ||
padding: 0 8px; | ||
font-weight: 500; | ||
letter-spacing: 0.4px; | ||
} | ||
|
||
.header-button_menu { | ||
margin-left: 16px; | ||
} | ||
|
||
.header-button__trigger-icon { | ||
margin: 0 -8px; | ||
} | ||
|
||
.reset-button { | ||
border: none; | ||
background-color: transparent; | ||
padding: 0; | ||
margin: 0; | ||
display: inline; | ||
text-align: left; | ||
font-size: 15px; | ||
line-height: 1.4; | ||
} | ||
|
||
.dialog[data-v-15fcb727] { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100vw; | ||
background-color: rgba(33, 33, 33, 0.46); | ||
z-index: 10; | ||
overflow: hidden; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
.dialog__container[data-v-15fcb727] { | ||
max-height: 90%; | ||
max-width: calc(100% - 48px); | ||
display: flex; | ||
flex-direction: column; | ||
z-index: 11; | ||
overflow: hidden; | ||
background-color: white; | ||
border-radius: 4px; | ||
box-shadow: | ||
0 11px 15px -7px rgba(0, 0, 0, 0.2), | ||
0 24px 38px 3px rgba(0, 0, 0, 0.14), | ||
0 9px 46px 8px rgba(0, 0, 0, 0.12); | ||
} | ||
.dialog__header[data-v-15fcb727] { | ||
height: 64px; | ||
background-color: #f5f5f5; | ||
border-bottom: 1px solid #e0e0e0; | ||
padding: 20px 24px; | ||
box-sizing: border-box; | ||
} | ||
.dialog__title[data-v-15fcb727] { | ||
font-size: 20px; | ||
font-weight: 500; | ||
line-height: 24px; | ||
} | ||
.dialog__body[data-v-15fcb727] { | ||
flex-grow: 1; | ||
display: flex; | ||
flex-direction: row; | ||
overflow: auto; | ||
} | ||
.dialog__sidebar[data-v-15fcb727] { | ||
width: 220px; | ||
background: #f5f5f5; | ||
border-right: 1px solid #e0e0e0; | ||
} | ||
.dialog__content-wrapper[data-v-15fcb727] { | ||
flex-grow: 1; | ||
display: flex; | ||
flex-direction: column; | ||
overflow: hidden; | ||
} | ||
.dialog__content[data-v-15fcb727] { | ||
flex-grow: 1; | ||
padding: 24px; | ||
overflow: scroll; | ||
} | ||
.dialog__actions[data-v-15fcb727] { | ||
height: 52px; | ||
border-top: 1px solid #e0e0e0; | ||
flex-shrink: 0; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
justify-content: flex-end; | ||
padding: 0 8px; | ||
} | ||
.dialog__action[data-v-15fcb727] { | ||
margin: 0 8px; | ||
} | ||
.dialog__action-icon[data-v-15fcb727], | ||
.dialog__action-label[data-v-15fcb727] { | ||
display: inline-block; | ||
min-width: 64px; | ||
} | ||
.dialog__action-label[data-v-15fcb727] { | ||
font-size: 14px; | ||
line-height: 20px; | ||
font-weight: 500; | ||
} | ||
.dialog__spacer[data-v-15fcb727] { | ||
flex-grow: 1; | ||
} | ||
|
||
.detail-item[data-v-54319148] { | ||
min-width: 0; | ||
margin-top: 24px; | ||
} | ||
.detail-item[data-v-54319148]:first-child { | ||
margin-top: 0; | ||
} | ||
.detail-item__head[data-v-54319148] { | ||
display: flex; | ||
align-items: center; | ||
margin-bottom: 8px; | ||
font-size: 14px; | ||
font-weight: 500; | ||
line-height: 16px; | ||
} | ||
.detail-item__subhead[data-v-54319148] { | ||
line-height: 16px; | ||
color: #707070; | ||
font-size: 12px; | ||
font-weight: 400; | ||
margin-left: 16px; | ||
} | ||
.detail-item__image[data-v-54319148] { | ||
flex: 0 0 auto; | ||
margin-right: 4px; | ||
} | ||
.detail-item__content[data-v-54319148] { | ||
flex-grow: 1; | ||
flex-shrink: 1; | ||
min-width: 0; | ||
} | ||
.detail-item__text[data-v-54319148] { | ||
line-height: 20px; | ||
font-size: 14px; | ||
word-wrap: break-word; | ||
word-break: break-word; | ||
} | ||
.detail-item__assistive-text[data-v-54319148] { | ||
line-height: 16px; | ||
color: #707070; | ||
font-size: 12px; | ||
font-weight: 400; | ||
} | ||
|
||
.actions-menu[data-v-e54fa3fe] { | ||
} | ||
.actions-menu__trigger[data-v-e54fa3fe] { | ||
} | ||
.actions-menu__trigger-button[data-v-e54fa3fe] { | ||
} | ||
.actions-menu__trigger-icon[data-v-e54fa3fe] { | ||
margin: 0 -8px; | ||
} | ||
.actions-menu__content[data-v-e54fa3fe] { | ||
position: relative; | ||
width: 156px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
background-color: #ffffff; | ||
border-radius: 2px; | ||
padding: 8px 0; | ||
box-shadow: 0 4px 20px 0 #00000040; | ||
z-index: 1; | ||
} | ||
.actions-menu__action[data-v-e54fa3fe] { | ||
width: 100%; | ||
} | ||
.actions-menu__action ui-button[data-v-e54fa3fe] { | ||
width: 100%; | ||
display: flex; | ||
padding: 0 8px; | ||
box-sizing: border-box; | ||
} | ||
.actions-menu__action-content[data-v-e54fa3fe] { | ||
width: 100%; | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: flex-start; | ||
align-items: center; | ||
text-transform: none; | ||
} | ||
.actions-menu__action-content ui-icon[data-v-e54fa3fe] { | ||
margin-right: 8px; | ||
} |
Oops, something went wrong.