mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
timeline
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
@import "services";
|
||||
@import "square_box";
|
||||
@import "team";
|
||||
@import "timeline";
|
||||
|
||||
#dev-warning {
|
||||
position: fixed;
|
||||
|
25
sass/css/timeline.scss
Normal file
25
sass/css/timeline.scss
Normal file
@ -0,0 +1,25 @@
|
||||
@import "defs";
|
||||
|
||||
.timeline {
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
width: 50%;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.timeline-left {
|
||||
position: relative;
|
||||
border: 1px solid $blue;
|
||||
border-radius: 16px 0 0 16px;
|
||||
}
|
||||
|
||||
.timeline-right {
|
||||
position: relative;
|
||||
left: 50%;
|
||||
margin-left: -1px;
|
||||
border: 1px solid $blue;
|
||||
border-radius: 0 16px 16px 0;
|
||||
}
|
Reference in New Issue
Block a user