five-for-the-future/themes/wporg-5ftf/css/objects/_parallelogram.scss
Ian Dunn de191e098b
Theme: Initial commit.
This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
2019-09-24 16:23:39 -07:00

24 lines
346 B
SCSS

.parallelogram {
color: #fff;
display: block;
margin: 0 auto;
opacity: 0.9;
padding: 4.7rem 0;
position: absolute;
text-align: center;
transform: skew( -15deg) ;
&:before {
font-size: ms( 12 );
height: 64px;
position: relative;
right: 1rem;
transform: skew( 15deg );
width: 64px;
}
> * {
transform: skew( 15deg );
}
}