Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
red-giant
dashboard
Merge requests
!73
Fix choserole style.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix choserole style.
fix-choserole
into
master
Overview
0
Commits
11
Pipelines
2
Changes
1
Merged
Defendi Alberto
requested to merge
fix-choserole
into
master
3 years ago
Overview
0
Commits
11
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
257337c6
Prev
Next
Show latest version
1 file
+
65
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
257337c6
Adjust ChoseRole not finished THO
· 257337c6
Francesco
authored
3 years ago
src/components/Auth/ChoseRole/ChoseRoleStyle.style.ts
0 → 100644
+
65
−
0
Options
import
{
makeStyles
}
from
'
@material-ui/core/styles
'
;
export
const
choseRoleStyle
=
makeStyles
(()
=>
({
root
:
{
minHeight
:
'
36vh
'
,
backgroundImage
:
`url(
${
'
/assets/bgMED.svg
'
}
)`
,
backgroundRepeat
:
'
no-repeat
'
,
backgroundSize
:
'
cover
'
,
},
rightAlign
:
{
marginLeft
:
'
auto
'
,
},
whiteText
:
{
color
:
'
white
'
,
},
imageIcon
:
{
maxHeight
:
'
50%
'
,
},
paddingBottom
:
{
paddingBottom
:
'
65px
'
,
},
paddingBottomKlein
:
{
paddingBottom
:
'
15px
'
,
},
paddingTop
:
{
paddingTop
:
'
65px
'
,
},
paddingTopKlein
:
{
paddingTop
:
'
35px
'
,
},
bodyIcon
:
{
fontSize
:
'
90px
'
,
paddingBottom
:
'
10px
'
,
paddingTop
:
'
10px
'
,
},
contIcon
:
{
width
:
'
100%
'
,
left
:
'
0
'
,
right
:
'
0
'
,
},
noShadow
:
{
border
:
'
none
'
,
boxShadow
:
'
none
'
,
backgroundColor
:
'
transparent
'
,
},
extendedIcon
:
{
fontSize
:
'
50px
'
,
},
fab
:
{
margin
:
'
1.9em
'
,
bottom
:
'
0
'
,
right
:
'
0
'
,
position
:
'
fixed
'
,
fontSize
:
'
2em
'
,
padding
:
'
1.5em
'
,
},
fabSmall
:
{
margin
:
'
1.4em
'
,
bottom
:
'
0
'
,
right
:
'
0
'
,
position
:
'
fixed
'
,
fontSize
:
'
1.7em
'
,
padding
:
'
1.4em
'
,
},
}));
Loading