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
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Roland Krause
jekyll-elixir-theme
Commits
ab47dfea
Commit
ab47dfea
authored
3 years ago
by
Jacek Lebioda
Browse files
Options
Downloads
Patches
Plain Diff
feat: revamped event info box
parent
9576a8b1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_sass/elixir/_eventinfo.scss
+27
-2
27 additions, 2 deletions
_sass/elixir/_eventinfo.scss
elixir-theme.gemspec
+1
-1
1 addition, 1 deletion
elixir-theme.gemspec
with
28 additions
and
3 deletions
_sass/elixir/_eventinfo.scss
+
27
−
2
View file @
ab47dfea
...
...
@@ -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
This diff is collapsed.
Click to expand it.
elixir-theme.gemspec
+
1
−
1
View file @
ab47dfea
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.2
7
"
spec
.
version
=
"0.9.2
8
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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