@@ -77,15 +77,15 @@ export const style = { // styleModule
7777
7878 // ACL
7979 aclControlBoxContainer : 'margin: 1em' ,
80- aclControlBoxHeader : 'fontSize : 120%, margin: 0 0 1rem' ,
81- aclControlBoxStatus : 'display: none, margin: 1rem 0' ,
80+ aclControlBoxHeader : 'font-size : 120%; margin: 0 0 1rem' ,
81+ aclControlBoxStatus : 'display: none; margin: 1rem 0' ,
8282 aclControlBoxStatusRevealed : 'display: block' ,
8383 aclGroupContent : 'maxWidth: 650' ,
84- accessGroupList : 'display: grid, gridTemplateColumns : 1fr, margin: 1em, width: 100%' ,
85- accessGroupListItem : 'display: grid, gridTemplateColumns : 100px auto 30%' ,
84+ accessGroupList : 'display: grid; grid-template-columns : 1fr; margin: 1em; width: 100%' ,
85+ accessGroupListItem : 'display: grid; grid-template-columns : 100px auto 30%' ,
8686 defaultsController : 'display: flex' ,
87- defaultsControllerNotice : 'color: #888, flexGrow: 1, fontSize: 80%' ,
88- bigButton : 'backgroundColor : white, border: 0.1em solid #888, borderRadius : 0.3em, maxWidth : 50%, paddingBottom : 1em, paddingTop : 1em' ,
87+ defaultsControllerNotice : 'color: #888; flexGrow: 1; fontSize: 80%' ,
88+ bigButton : 'background-color : white; border: 0.1em solid #888; border-radius : 0.3em; max-width : 50%; padding-bottom : 1em; padding-top : 1em' ,
8989 group : 'color: #888' ,
9090 group1 : 'color: green' ,
9191 group2 : 'color: #cc0' ,
@@ -94,38 +94,40 @@ export const style = { // styleModule
9494 group9 : 'color: blue' ,
9595 group13 : 'color: purple' ,
9696
97- trustedAppAddApplicationsTable : 'backgroundColor : #eee' ,
97+ trustedAppAddApplicationsTable : 'background-color : #eee' ,
9898 trustedAppCancelButton : 'float: right' ,
99- trustedAppControllerI : 'borderColor : orange, borderRadius: 1em, borderWidth: 0.1em' ,
99+ trustedAppControllerI : 'border-color : orange; borderRadius: 1em; borderWidth: 0.1em' ,
100100 temporaryStatusInit : 'background: green' ,
101- temporaryStatusEnd : 'background: transparent, transition: background 5s linear' ,
101+ temporaryStatusEnd : 'background: transparent; transition: background 5s linear' ,
102102
103103 // header
104- headerUserMenuLink : 'background: none, border: 0, color: black, cursor: pointer, display: block, fontFamily: Arial, fontSize: 1em, textAlign: left, padding: 1em, width: 100%, textDecoration: none' ,
105- headerUserMenuLinkHover : 'backgroundColor: linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)' ,
106-
107- headerUserMenuTrigger : 'background: none, border: 0, cursor: pointer, width: 60px, height: 60px' ,
108- headerUserMenuTriggerImg : 'borderRadius: 50%, height: 56px, width: 56px, width: 28px !important' ,
109- headerUserMenuButton : 'background: none, border: 0, color: black, cursor: pointer, display: block, fontFamily: Arial, fontSize: 1em, textAlign: left, padding: 1em, width: 100%' ,
110- headerUserMenuButtonHover : 'backgroundColor: linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)' ,
111- headerUserMenuList : 'listStyle: none, margin: 0, padding: 0' ,
112- headerUserMenuNavigationMenu : 'background: white, border: solid 1px #000000, borderRight: 0,position: absolute, right: 0, top: 60px, width: 200px, z-index: 1' ,
113- headerUserMenuListItem : 'borderBottom: solid 1px #000000' ,
114- headerUserMenuPhoto : 'borderRadius: 50%, backgroundPosition: center, backgroundRepeat: no-repeat,backgroundSize: cover,height: 50px, width: 50px' ,
115- headerBanner : 'boxShadow: 0px 1px 4px #000000, display: flex, justifyContent: space-between,padding: 0 1.5em, marginBottom: 4px' ,
104+ headerUserMenuLink : 'background: none; border: 0; color: black; cursor: pointer; display: block; font-family: Arial; font-size: 1em; text-align: left; padding: 1em; width: 100%; text-decoration: none' ,
105+ headerUserMenuLinkHover : 'background: none; border: 0; color: black; cursor: pointer; display: block; font-family: Arial; font-size: 1em; text-align: left; padding: 1em; width: 100%; text-decoration: none; background-image: linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)' ,
106+ headerUserMenuTrigger : 'background: none; border: 0; cursor: pointer; width: 60px; height: 60px' ,
107+ headerUserMenuTriggerImg : 'border-radius: 50%; height: 56px; width: 28px !important' ,
108+ headerUserMenuButton : 'background: none; border: 0; color: black; cursor: pointer; display: block; font-family: Arial; font-size: 1em; text-align: left; padding: 1em; width: 100%' ,
109+ headerUserMenuButtonHover : 'background: none; border: 0; color: black; cursor: pointer; display: block; font-family: Arial; font-size: 1em; text-align: left; padding: 1em; width: 100%; background-image: linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)' ,
110+ headerUserMenuList : 'list-style: none; margin: 0; padding: 0' ,
111+ headerUserMenuListDisplay : 'list-style: none; margin: 0; padding: 0; display:true' ,
112+ headerUserMenuNavigationMenu : 'background: white; border: solid 1px #000000; border-right: 0; position: absolute; right: 0; top: 60px; width: 200px; z-index: 1; display: true' ,
113+ headerUserMenuNavigationMenuNotDisplayed : 'background: white; border: solid 1px #000000; border-right: 0; position: absolute; right: 0; top: 60px; width: 200px; z-index: 1; display: none' ,
114+ headerUserMenuListItem : 'border-bottom: solid 1px #000000' ,
115+ headerUserMenuPhoto : 'border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: cover; height: 50px; width: 50px' ,
116+ headerBanner : 'box-shadow: 0px 1px 4px #000000; display: flex; justify-content: space-between; padding: 0 1.5em; margin-bottom: 4px' ,
116117 headerBannerLink : 'display: block' ,
117118 headerBannerRightMenu : 'display: flex' ,
118- headerBannerLogin : 'marginLeft: auto' ,
119- headerBannerLoginInput : 'margin: 0.75em 0 0.75em 0.5em !important, padding: 0.5em !important' ,
120- headerBannerUserMenu : 'borderLeft: solid 1px #000000, marginLeft: auto' ,
121- headerBannerHelpMenu : 'borderLeft: solid 1px #000000, marginLeft: auto' ,
122- headerBannerIcon : 'backgroundSize: 65px 60px, height: 60px !important, width: 65px !important' , // may just be 65px round($icon-size * 352 / 322);
119+ headerBannerLogin : 'margin-left: auto' ,
120+ allChildrenVisible : 'display:true' ,
121+ headerBannerLoginInput : 'margin: 0.75em 0 0.75em 0.5em !important; padding: 0.5em !important' ,
122+ headerBannerUserMenu : 'border-left: solid 1px #000000; margin-left: auto' ,
123+ headerBannerHelpMenu : 'border-left: solid 1px #000000; margin.left: auto' ,
124+ headerBannerIcon : 'background-size: 65px 60px !important; height: 60px !important; width: 65px !important' , // may just be 65px round($icon-size * 352 / 322);
123125
124126 // footer
125- footer : 'borderTop : solid 1px $divider-color, fontSize : 0.9em, padding: 0.5em 1.5em' ,
127+ footer : 'border-top : solid 1px $divider-color; font-size : 0.9em; padding: 0.5em 1.5em' ,
126128
127129 // buttons
128- primaryButton : 'background-color: #7c4dff; color: #ffffff; font-family: Raleway, Roboto, sans-serif;border-radius: 0.25em; border-color: #7c4dff; border: 1px solid; cursor: pointer; font-size: .8em;text-decoration: none; padding: 0.5em 4em; transition: 0.25s all ease-in-out; outline: none' ,
130+ primaryButton : 'background-color: #7c4dff; color: #ffffff; font-family: Raleway, Roboto, sans-serif; border-radius: 0.25em; border-color: #7c4dff; border: 1px solid; cursor: pointer; font-size: .8em;text-decoration: none; padding: 0.5em 4em; transition: 0.25s all ease-in-out; outline: none' ,
129131
130132 primaryButtonHover : 'background-color: #9f7dff; color: #ffffff; font-family: Raleway, Roboto, sans-serif;border-radius: 0.25em; border-color: #7c4dff; border: 1px solid; cursor: pointer; font-size: .8em;text-decoration: none; padding: 0.5em 4em; transition: 0.25s all ease-in-out; outline: none; transition: 0.25s all ease-in-out' ,
131133
0 commit comments