Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Applications
Orbit
Merge requests
!245
Feature/resource component
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/resource component
feature/resource-component
into
dpo/switch-to-skypack
Overview
0
Commits
8
Pipelines
6
Changes
1
Merged
Benoit Alessandroni
requested to merge
feature/resource-component
into
dpo/switch-to-skypack
4 years ago
Overview
0
Commits
8
Pipelines
6
Changes
1
Expand
0
0
Merge request reports
Compare
dpo/switch-to-skypack
version 6
02b35966
4 years ago
version 5
159f34cc
4 years ago
version 4
97ca2a60
4 years ago
version 3
9d63d822
4 years ago
version 2
34baedb3
4 years ago
version 1
34baedb3
4 years ago
dpo/switch-to-skypack (base)
and
latest version
latest version
32f9cf21
8 commits,
4 years ago
version 6
02b35966
7 commits,
4 years ago
version 5
159f34cc
6 commits,
4 years ago
version 4
97ca2a60
5 commits,
4 years ago
version 3
9d63d822
4 commits,
4 years ago
version 2
34baedb3
3 commits,
4 years ago
version 1
34baedb3
15 commits,
4 years ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/styles/layout/polls/polls.scss
+
6
−
1
Options
@@ -74,14 +74,18 @@ solid-poll > div {
margin
:
auto
;
>
solid-display
{
width
:
320px
;
height
:
5
5
0px
;
height
:
5
2
0px
;
margin
:
0
0
20px
40px
;
[
name
=
"topline"
]
{
padding
:
10px
;
}
>
div
:first-of-type
{
background-color
:
#fff
;
height
:
100%
;
-webkit-box-shadow
:
0px
0px
4px
1px
#CACACA
;
box-shadow
:
0px
0px
4px
1px
#CACACA
;
*[
name
=
"body"
]
{
padding
:
10px
;
/*size of tags of poll card*/
poll-display-votetags
{
>
div
{
@@ -107,6 +111,7 @@ solid-poll > div {
height
:
30px
;
width
:
100%
;
display
:
inline-block
;
text-align
:
center
;
}
[
name
=
"hostingOrganisation"
],
[
name
=
"endDate"
]
{
Loading