Skip to content
Snippets Groups Projects
Commit c5d17c04 authored by sebousan's avatar sebousan
Browse files

contact wip

parent 4a843aa3
No related branches found
No related tags found
No related merge requests found
// .block-contact
// @include in-page-without-aside
// .block-content
// --bs-gutter-y: 3rem
// @extend .row
// .top
// @extend .col-12
// address, ul
// @extend .col-md-6
// @include in-page-with-aside
// address + ul
// margin-top: px2rem(40)
// ul
// padding-left: 0
// li
// border-bottom: $table-border-width solid $table-border-color
// display: flex
// flex-wrap: wrap
// padding-bottom: calc(#{$line-height-base/2}rem + 1px)
// padding-top: calc(#{$line-height-base/2}rem + 1px)
// &:first-child
// padding-top: 0
// @include media-breakpoint-down(md)
// justify-content: end
// flex-wrap: wrap
// span
// min-width: 50%
// &:nth-child(n+2)
// text-align: right
// @include media-breakpoint-up(md)
// justify-content: space-between
// span
// min-width: 33.33%
// span + span
// text-align: center
// &:last-child
// text-align: right
// time + time
// &::before
// @extend .icon
// content: map-get($icons, "arrow-right")
// display: inline-block
// font-size: 12px
// padding: 0 5px 0 3px
.block-contact
@include in-page-without-aside
@include media-breakpoint-up(md)
.block-content
display: flex
address,
ul
width: col(6)
ul
list-style: none
margin-bottom: 0
padding-left: 0
li
// border-bottom: 1px solid $main-border-color
display: flex
flex-wrap: wrap
padding-bottom: calc(#{$line-height-base/2}rem + 1px)
padding-top: calc(#{$line-height-base/2}rem + 1px)
@include media-breakpoint-down(md)
justify-content: end
flex-wrap: wrap
span
min-width: 50%
&:nth-child(n+2)
text-align: right
@include media-breakpoint-up(md)
justify-content: space-between
span
min-width: calc(100% / 3)
span + span
text-align: center
&:last-child
text-align: right
time + time
&::before
// @extend .icon
// content: map-get($icons, "arrow-right")
display: inline-block
font-size: 12px
padding: 0 5px 0 3px
......@@ -52,6 +52,9 @@ blockquote, .blockquote
font-size: px2rem(18)
font-style: normal
address
font-style: normal
a,
.link
@include link
......@@ -104,4 +107,4 @@ a,
.btn-#{$name}
@include icon($name)
&::before
margin-right: px2rem(5)
\ No newline at end of file
margin-right: px2rem(5)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment