Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jekyll-elixir-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixir
jekyll-elixir-theme
Merge requests
!49
feat: revamped event info box
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: revamped event info box
revamped_event_box
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Jacek Lebioda
requested to merge
revamped_event_box
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ab47dfea
1 commit,
3 years ago
2 files
+
28
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
_sass/elixir/_eventinfo.scss
+
27
−
2
Options
@@ -5,8 +5,9 @@
border
:
solid
2px
rgb
(
2
,
52
,
82
);
border-radius
:
5px
;
padding
:
10px
;
margin-bottom
:
100px
;
margin-left
:
15px
;
margin-bottom
:
60px
;
margin-left
:
50px
;
text-align
:
center
;
span
{
display
:
block
;
@@ -25,7 +26,31 @@
&
:after
{
content
:
')'
;
}
font-size
:
smaller
;
text-align
:
center
;
}
.event-info-no-participants
{
text-align
:
center
;
}
.event-info-register-link
{
a
{
font-size
:
x-large
;
color
:
$COLOR_LINK_ELIXIR
;
text-align
:
center
;
}
}
.event-info-image
{
max-width
:
220px
;
margin-top
:
40px
;
border
:
solid
1px
#f5f5f5
;
}
}
.event-small-image
{
max-width
:
100px
;
border
:
solid
1px
#f5f5f5
;
}
\ No newline at end of file
Loading