* NOTASK: PoC for loading data from Healthcare API * NOTASK: PoC for loading data from Healthcare API fix * Add sample dialog for loading test dicom-picker * Fix incorrect promise resolving * NOTASK: PoC for loading dicom store * Add web-components as git submodules. (Probably will be changed later) * Add rough dicomStore picker * Add dataset selector * NOTASK: QIDO metadata first draft * NOTASK: Not Implemented error for color images * NOTASK: clean-up * Dicom files uploader intermediate version * NOTASK: Accept header * NOTASK: docker configs * NOTASK: fix * NOTASK: howTo * Add draft of DICOM uploader * Add missing files * Fix error with missing clientId * Update submodule * NOTASK: HowTo * NOTASK: config for dev * NOTASK: new docker file * clean-up * Update GCP web-components * Add integration with async web components * Fix errors in nginx.conf * Structured reports views basic implementation * NOTASK: qido -> wado * NOTASK: config fix * NOTASK: dirty copy-paste implementation * Add "Change dicom store" button. Add an ability to clear date. Fix bug, when OAuth dosn't work if URL is not / * Fix studylist filtering * Fix dockerfile * NOTASK: meteor update * NOTASK: fix of package structure * NOTASK: merge fix * improvements Move check for now SR into SR modal Use simple button to open SR modal Remove button styling cleanup * copy SR data retrieval to wado * make search of SR simpler * Codestyle fix * NOTASK: palette color error message * Fix date filter. Fix server settings on first loading. Add SR and PS buttons * NOTASK: PS is now hidden by default * NOTASK: dirty solution * NOTASK: new wadoimage lib version * Fix PS and SR buttons * Make modal dialogs vertically centered * Update web components. Quick UI fixes * Add missing files to the previous commit * NOTASK: show-hide for PS * NOTASK: show-hide for PS * NOTASK: fix of min-max PixelValue bug * Add "sign out" functionality for Google OAuth. Update web-components. * intermediate commit * Add demo signin page * Beautifying demo sign in page * NOTASK: merge * NOTASK: clean-up * Use npm for getting healthcare-api-adapter instead of git submodule. * NOTASK: clean-up * meteor update * clean-up * clean-up * Clean up code * Update healthcare-api-adapter version. Add location to dicom store path. Fix buttons style. * Downgrade meteor and packages to master version. Use meteor-build-client-fixed2
93 lines
1.7 KiB
Stylus
93 lines
1.7 KiB
Stylus
@require '{ohif:design}/app'
|
|
|
|
.demoSignin
|
|
display flex
|
|
flex 1
|
|
flex-flow row nowrap
|
|
align-items stretch
|
|
height 100vh
|
|
min-height 600px
|
|
width 100%
|
|
background-color rgba(21, 25, 30, 0.7)
|
|
|
|
.demo-content
|
|
margin auto
|
|
width 500px
|
|
position relative
|
|
top -150px
|
|
|
|
.demoSigninButtons
|
|
margin auto
|
|
width 270px
|
|
font-weight 500
|
|
|
|
#google-login-button
|
|
display flex
|
|
justify-content center
|
|
height 40px
|
|
width 100%
|
|
color #fff
|
|
border-color #4285F4
|
|
background #4285F4
|
|
border-radius 3px
|
|
box-shadow 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)
|
|
cursor pointer
|
|
position relative
|
|
align-items center
|
|
|
|
#anonymous-login-button
|
|
display flex
|
|
justify-content center
|
|
height 40px
|
|
width 100%
|
|
color #757575
|
|
border-color white
|
|
background white
|
|
border-radius 3px
|
|
box-shadow 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)
|
|
cursor pointer
|
|
position relative
|
|
align-items center
|
|
|
|
#google-login-button .sign-in-with-google-icon-tile
|
|
position absolute
|
|
top 1px
|
|
left 1px
|
|
background #fff
|
|
border-radius 2px
|
|
height 32px
|
|
width 32px
|
|
display flex
|
|
align-items center
|
|
justify-content center
|
|
font-weight 500
|
|
|
|
svg.google-icon
|
|
width 24px
|
|
height 24px
|
|
|
|
hr.tint
|
|
border-color hsla(0, 0%, 100%, 0.3)
|
|
|
|
.demo-brand
|
|
height 60px
|
|
display inline-block
|
|
text-decoration none
|
|
margin-bottom 30px
|
|
|
|
.logo-image
|
|
display inline-block
|
|
fill transparent
|
|
float left
|
|
height 100%
|
|
margin 0 8px 0 0
|
|
width 60px
|
|
margin-right 20px
|
|
|
|
.logo-text
|
|
display inline-block
|
|
font-family Roboto, Arial, Helvetica, sans-serif
|
|
font-size 26px
|
|
font-weight 400
|
|
theme('color', '$textPrimaryColor')
|
|
line-height 60px |