Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
ab47dfea
Commit
ab47dfea
authored
May 20, 2021
by
Jacek Lebioda
Browse files
feat: revamped event info box
parent
9576a8b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_eventinfo.scss
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
elixir-theme.gemspec
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"
]
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment