mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 05:45:47 +03:00
Theme: Initial commit.
This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
This commit is contained in:
commit
de191e098b
38 changed files with 4532 additions and 0 deletions
23
themes/wporg-5ftf/css/objects/_parallelogram.scss
Normal file
23
themes/wporg-5ftf/css/objects/_parallelogram.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
.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 );
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue