Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
Commits
40bca79e
Commit
40bca79e
authored
6 years ago
by
Sinzeanu Demetriad
Browse files
Options
Downloads
Patches
Plain Diff
fix(Radio buttton): Confirmation radio-buttons alignment on confirmation box
parent
9a565f92
No related branches found
No related tags found
2 merge requests
!110
Sprint 21 Features
,
!82
fix(Radio buttton): Confirmation radio-buttons alignment on confirmation box
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/hindawi-theme/src/elements/Radio.js
+5
-4
5 additions, 4 deletions
packages/hindawi-theme/src/elements/Radio.js
packages/hindawi-theme/src/index.js
+1
-1
1 addition, 1 deletion
packages/hindawi-theme/src/index.js
with
6 additions
and
5 deletions
packages/hindawi-theme/src/elements/Radio.js
+
5
−
4
View file @
40bca79e
...
@@ -13,14 +13,14 @@ export default {
...
@@ -13,14 +13,14 @@ export default {
&::before {
&::before {
display: none;
display: none;
}
}
input:checked + span::before {
input:checked + span::before {
border-color:
${
th
(
'
colorPrimary
'
)}
;
border-color:
${
th
(
'
colorPrimary
'
)}
;
background: url('data:image/svg+xml;utf8,
${
encodeURIComponent
(
background: url('data:image/svg+xml;utf8,
${
encodeURIComponent
(
checkIcon
,
checkIcon
,
)}
') center no-repeat;
)}
') center no-repeat;
}
}
`
,
`
,
Input
:
css
`
Input
:
css
`
opacity: 0;
opacity: 0;
margin-left: calc(
${
th
(
'
gridUnit
'
)}
* -2);
margin-left: calc(
${
th
(
'
gridUnit
'
)}
* -2);
...
@@ -35,9 +35,10 @@ export default {
...
@@ -35,9 +35,10 @@ export default {
background: transparent;
background: transparent;
border: 1px solid #939393;
border: 1px solid #939393;
border-radius: 50%;
border-radius: 50%;
display: inline-
block
;
display: inline-
flex
;
margin-right:
${
th
(
'
gridUnit
'
)}
;
margin-right:
${
th
(
'
gridUnit
'
)}
;
vertical-align: middle;
vertical-align: text-bottom;
align-items: center;
height: calc(
${
th
(
'
gridUnit
'
)}
* 2);
height: calc(
${
th
(
'
gridUnit
'
)}
* 2);
width: calc(
${
th
(
'
gridUnit
'
)}
* 2);
width: calc(
${
th
(
'
gridUnit
'
)}
* 2);
...
...
This diff is collapsed.
Click to expand it.
packages/hindawi-theme/src/index.js
+
1
−
1
View file @
40bca79e
...
@@ -158,7 +158,7 @@ const hindawiTheme = {
...
@@ -158,7 +158,7 @@ const hindawiTheme = {
lineHeightHeading1
:
'
37px
'
,
lineHeightHeading1
:
'
37px
'
,
lineHeightHeading2
:
'
29px
'
,
lineHeightHeading2
:
'
29px
'
,
lineHeightHeading3
:
'
19
px
'
,
lineHeightHeading3
:
'
20
px
'
,
lineHeightHeading4
:
'
18px
'
,
lineHeightHeading4
:
'
18px
'
,
lineHeightHeading5
:
'
18px
'
,
lineHeightHeading5
:
'
18px
'
,
lineHeightHeading6
:
'
18px
'
,
lineHeightHeading6
:
'
18px
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment