parent
43680bfc0e
commit
8f273bed9b
@ -1,83 +1,82 @@ |
|||||||
.remixui_text { |
.remixui_text { |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
max-width: 300px; |
max-width: 300px; |
||||||
} |
} |
||||||
.remixui_text:hover { |
.remixui_text:hover { |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
text-decoration: underline; |
text-decoration: underline; |
||||||
} |
} |
||||||
.remixui_homeContainer { |
.remixui_homeContainer { |
||||||
overflow-y: hidden; |
overflow-y: hidden; |
||||||
overflow-y: auto; |
overflow-y: auto; |
||||||
flex-grow: 3; |
flex-grow: 3; |
||||||
} |
} |
||||||
.remixui_hpLogoContainer { |
.remixui_hpLogoContainer { |
||||||
margin: 30px; |
margin: 30px; |
||||||
padding-right: 90px; |
padding-right: 90px; |
||||||
} |
} |
||||||
.remixui_mediaBadge { |
.remixui_mediaBadge { |
||||||
font-size: 2em; |
font-size: 2em; |
||||||
height: 2em; |
height: 2em; |
||||||
width: 2em; |
width: 2em; |
||||||
} |
} |
||||||
.remixui_mediaBadge:focus { |
.remixui_mediaBadge:focus { |
||||||
outline: none; |
outline: none; |
||||||
} |
} |
||||||
.remixui_image { |
.remixui_image { |
||||||
height: 1em; |
height: 1em; |
||||||
width: 1em; |
width: 1em; |
||||||
text-align: center; |
text-align: center; |
||||||
} |
} |
||||||
.remixui_logoImg { |
.remixui_logoImg { |
||||||
height: 10em; |
height: 10em; |
||||||
} |
} |
||||||
.remixui_rightPanel { |
.remixui_rightPanel { |
||||||
right: 0; |
right: 0; |
||||||
position: absolute; |
position: absolute; |
||||||
z-index: 3; |
z-index: 3; |
||||||
} |
} |
||||||
.remixui_remixHomeMedia { |
.remixui_remixHomeMedia { |
||||||
overflow-y: auto; |
overflow-y: auto; |
||||||
overflow-x: hidden; |
overflow-x: hidden; |
||||||
} |
} |
||||||
.remixui_panels { |
.remixui_panels { |
||||||
box-shadow: 0px 0px 13px -7px; |
box-shadow: 0px 0px 13px -7px; |
||||||
} |
} |
||||||
.remixui_labelIt { |
.remixui_labelIt { |
||||||
margin-bottom: 0; |
margin-bottom: 0; |
||||||
} |
} |
||||||
.remixui_bigLabelSize { |
.remixui_bigLabelSize { |
||||||
font-size: 13px; |
font-size: 13px; |
||||||
} |
} |
||||||
.remixui_seeAll { |
.remixui_seeAll { |
||||||
margin-top: 7px; |
margin-top: 7px; |
||||||
white-space: nowrap; |
white-space: nowrap; |
||||||
} |
} |
||||||
.remixui_importFrom p { |
.remixui_importFrom p { |
||||||
margin-right: 10px; |
margin-right: 10px; |
||||||
} |
} |
||||||
.remixui_logoContainer img{ |
.remixui_logoContainer img{ |
||||||
height: 150px; |
height: 150px; |
||||||
opacity: 0.7; |
opacity: 0.7; |
||||||
} |
} |
||||||
.remixui_envLogo { |
.remixui_envLogo { |
||||||
height: 16px; |
height: 16px; |
||||||
} |
} |
||||||
.remixui_cursorStyle { |
.remixui_cursorStyle { |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
} |
} |
||||||
.remixui_envButton { |
.remixui_envButton { |
||||||
width: 120px; |
width: 120px; |
||||||
height: 70px; |
height: 70px; |
||||||
} |
} |
||||||
.remixui_media { |
.remixui_media { |
||||||
overflow: hidden; |
overflow: hidden; |
||||||
max-width: 400px; |
max-width: 400px; |
||||||
transition: .5s ease-out; |
transition: .5s ease-out; |
||||||
z-index: 1000; |
z-index: 1000; |
||||||
} |
} |
||||||
.remixui_migrationBtn { |
.remixui_migrationBtn { |
||||||
width: 100px; |
width: 100px; |
||||||
} |
} |
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue