Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
23603534
Verified
Commit
23603534
authored
Mar 30, 2020
by
Laurent Heirendt
✈
Browse files
changes to boxes
parent
af24a021
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_boxes.scss
View file @
23603534
$COLOR_BOX_PRIMARY
:
#4085e4
;
$COLOR_BOX_SECONDARY
:
#
efefef
;
$COLOR_BOX_SECONDARY
:
#
808080
;
$COLOR_BOX_FONT
:
#444
;
.index-box-container
{
...
...
@@ -14,21 +14,14 @@ $COLOR_BOX_FONT: #444;
}
.index-box
{
width
:
8
0
%
;
width
:
8
5
%
;
min-height
:
120px
;
display
:
inline-block
;
padding
:
10px
20px
0px
20px
;
border
:
solid
2
px
$
COLOR_BOX_SECONDARY
;
border
:
solid
1
px
$
grey-color-light
;
margin-bottom
:
25px
;
border-radius
:
0
0
15px
15px
;
border-top
:
solid
5px
$COLOR_BOX_PRIMARY
;
&
:hover
{
border-color
:
#ddd
;
border-top
:
solid
5px
$COLOR_BOX_PRIMARY
;
}
@media
(
max-width
:
800px
)
{
width
:
86%
;
...
...
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