unclean SPARC
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
[device="tablet"] [eicdatagrid] .cell { padding: var(--eicui-base-spacing-xs) 0; }
|
||||
[device="mobile"] [eicdatagrid] .cell { padding: var(--eicui-base-spacing-xs) 0; }
|
||||
|
||||
.tabs-extended section {
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.shortsubmission .tabs-extended li i[class^="icon-"]{
|
||||
padding-right: 10pt;
|
||||
}
|
||||
.shortsubmission .tabs-extended li{
|
||||
box-shadow: none;
|
||||
background-color: #A2CBA2;
|
||||
}
|
||||
.shortsubmission .tabs-extended li div{
|
||||
z-index:10
|
||||
}
|
||||
.shortsubmission .tabs-extended li.tab-selected {
|
||||
background-color: #71D071;
|
||||
border-bottom: none;
|
||||
}
|
||||
.shortsubmission .tabs-extended li .tab-arrow{
|
||||
transform: rotate(-45deg);
|
||||
border: solid white;
|
||||
border-width: medium;
|
||||
border-width: 0 3px 3px 0;
|
||||
display: inline-block;
|
||||
padding: 14pt;
|
||||
position: absolute;
|
||||
right: -9pt;
|
||||
border-radius: 3px;
|
||||
z-index: 9;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.shortsubmission .metrics {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
.shortsubmission .metrics > div {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
border: 1px solid var(--eicui-base-color-grey-15);
|
||||
margin: 0 var(--eicui-base-spacing-s) 0 var(--eicui-base-spacing-s);
|
||||
flex: 1;
|
||||
max-width: 14vw;
|
||||
}
|
||||
[device="tablet"] .shortsubmission .metrics > div {
|
||||
border: none;
|
||||
display: grid;
|
||||
align-items: baseline;
|
||||
grid-template-rows: min-content 1fr;
|
||||
}
|
||||
[device="mobile"] .shortsubmission .metrics > div { display: none; }
|
||||
.shortsubmission .metrics > div > span {
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
padding: var(--eicui-base-spacing-2xs) 0 0 0;
|
||||
}
|
||||
.shortsubmission .metrics > div label {
|
||||
font-size: smaller;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
}
|
||||
[eicdialog] .shortsubmission {
|
||||
min-width: 40vw;
|
||||
}
|
||||
[eicdialog] .shortsubmission section {
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
.documents .videoStage{
|
||||
background: url('/app/assets/images/videobg.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
min-height: 525px;
|
||||
}
|
||||
|
||||
.documents video.EmbedVideo {
|
||||
margin: 15px auto 25px auto;
|
||||
}
|
||||
|
||||
.submission.short-form .EmbedSubmissionDocument {
|
||||
width: 100%;
|
||||
height: 70vh;
|
||||
}
|
||||
Reference in New Issue
Block a user