Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Minds Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Frontend
Commits
a98598c3
Commit
a98598c3
authored
5 years ago
by
Mark Harding
Browse files
Options
Downloads
Plain Diff
Merge branch 'radio-spacing-2249' into 'master'
Radio spacing bug Closes
#2249
See merge request
!663
parents
5ba43f8b
c9e066bd
No related branches found
No related tags found
Loading
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/modules/pro/settings/settings.component.scss
+9
-20
9 additions, 20 deletions
src/app/modules/pro/settings/settings.component.scss
with
9 additions
and
20 deletions
src/app/modules/pro/settings/settings.component.scss
+
9
−
20
View file @
a98598c3
...
...
@@ -53,13 +53,13 @@ m-proSettings {
display
:
flex
;
flex-flow
:
row
wrap
;
&
[
class
$
=
'--label'
]
{
&
[
class
*
=
'--label'
]
{
margin
:
0
0
12px
0
;
align-items
:
center
;
flex-flow
:
row
nowrap
;
position
:
relative
;
}
&
[
class
$
=
'--validation'
]
{
&
[
class
*
=
'--validation'
]
{
margin-top
:
3px
;
min-height
:
22px
;
p
{
...
...
@@ -261,7 +261,7 @@ m-proSettings {
box-shadow
:
0
1px
4px
0
rgba
(
themed
(
$m-black
)
,
0
.1
);
}
&
[
class
$
=
'--logo'
]
{
&
[
class
*
=
'--logo'
]
{
padding
:
16px
;
>
img
{
max-width
:
100%
;
...
...
@@ -270,7 +270,7 @@ m-proSettings {
}
}
&
[
class
$
=
'--background'
]
{
&
[
class
*
=
'--background'
]
{
width
:
480px
;
height
:
270px
;
...
...
@@ -283,7 +283,7 @@ m-proSettings {
object-fit
:
cover
;
}
}
&
[
class
$
=
'Overlay'
]
{
&
[
class
*
=
'Overlay'
]
{
opacity
:
0
;
position
:
absolute
;
top
:
0
;
...
...
@@ -367,7 +367,7 @@ m-proSettings {
-ms-user-select
:
none
;
user-select
:
none
;
&
[
class
$
=
'--radio'
]
{
&
[
class
*
=
'--radio'
]
{
margin
:
0
24px
12px
0
;
padding-left
:
30px
;
}
...
...
@@ -379,7 +379,7 @@ m-proSettings {
height
:
0
;
width
:
0
;
&
:checked
~
[
class
*=
'm-proSettings__customInput'
]
{
&
[
class
$
=
'--checkbox'
]
{
&
[
class
*
=
'--checkbox'
]
{
@include
m-theme
()
{
background-color
:
themed
(
$m-blue
);
}
...
...
@@ -400,7 +400,7 @@ m-proSettings {
background-color
:
themed
(
$m-white
);
border
:
1px
solid
themed
(
$m-grey-100
);
}
&
[
class
$
=
'--checkbox'
]
{
&
[
class
*
=
'--checkbox'
]
{
border-radius
:
2px
;
@include
m-theme
()
{
background-color
:
themed
(
$m-white
);
...
...
@@ -417,7 +417,7 @@ m-proSettings {
}
}
}
&
[
class
$
=
'--radio'
]
{
&
[
class
*
=
'--radio'
]
{
border-radius
:
50%
;
@include
m-theme
()
{
background-color
:
themed
(
$m-grey-50
);
...
...
@@ -477,14 +477,3 @@ m-proSettings {
}
}
}
// @media screen and (max-width: $min-tablet) {
// m-proSettings {
// .stretchedField {
// .m-proSettings__row--label m-tooltip {
// .m-tooltip--bubble {
// right: 12px;
// }
// }
// }
// }
// }
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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