Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hosting
fairmeeting
Commits
54475812
Commit
54475812
authored
Dec 13, 2021
by
jbuechele
Browse files
some ui fixes
parent
c0fd519c
Changes
6
Hide whitespace changes
Inline
Side-by-side
app/features/onboarding/components/OnboardingModal.js
View file @
54475812
...
...
@@ -55,14 +55,14 @@ class OnboardingModal extends Component<Props, *> {
return
(
<
Modal
actions
=
{
[
{
onClick
:
this
.
_skip
,
text
:
t
(
'
onboarding.skip
'
)
},
{
onClick
:
this
.
_next
,
text
:
t
(
'
onboarding.startTour
'
)
},
{
onClick
:
this
.
_skip
,
text
:
t
(
'
onboarding.skip
'
)
}
]
}
heading
=
{
t
(
'
onboarding.welcome
'
,
{
appName
:
config
.
appName
})
}
image
=
{
OnboardingModalImage
}
>
...
...
app/features/recent-list/styled/ConferenceCard.js
View file @
54475812
...
...
@@ -3,7 +3,7 @@
import
styled
from
'
styled-components
'
;
export
default
styled
.
div
`
background: #
1754A
9;
background: #
82ad2
9;
border-radius: 0.5em;
color: white;
display: grid;
...
...
app/features/recent-list/styled/Label.js
View file @
54475812
...
...
@@ -3,6 +3,6 @@
import
styled
from
'
styled-components
'
;
export
default
styled
.
span
`
color:
white
;
color:
#82ad29
;
padding: 1em;
`
;
app/features/welcome/components/Welcome.js
View file @
54475812
...
...
@@ -275,12 +275,12 @@ class Welcome extends Component<Props, State> {
shouldFitContainer
=
{
true
}
type
=
'
text
'
value
=
{
this
.
state
.
url
}
/
>
<
B
utton
appearance
=
'
primary
'
onClick
=
{
this
.
_onJoin
}
type
=
'
button
'
>
{
t
(
'
go
'
)
}
<
/
B
utton
>
<
b
utton
style
=
{{
backgroundColor
:
'
#82ad29
'
,
cursor
:
'
pointer
'
,
color
:
'
white
'
,
border
:
'
none
'
,
padding
:
'
12px
'
}}
onClick
=
{
this
.
_onJoin
}
type
=
'
button
'
>
{
t
(
'
go
'
)
}
<
/
b
utton
>
<
/FieldWrapper
>
<
/Form
>
<
/SpotlightTarget
>
...
...
app/features/welcome/styled/Label.js
View file @
54475812
...
...
@@ -3,6 +3,6 @@
import
styled
from
'
styled-components
'
;
export
default
styled
.
span
`
color:
white
;
color:
#82ad29
;
font-weight: bold;
`
;
app/features/welcome/styled/Wrapper.js
View file @
54475812
...
...
@@ -3,7 +3,7 @@
import
styled
from
'
styled-components
'
;
export
default
styled
.
div
`
background: #
1D69D4
;
background: #
f2f2f2
;
display: flex;
flex-direction: column;
height: 100vh;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment