ACC SHELL
/* ==========================================================================
Components.Copyright
========================================================================== */
.c-copyright {
@include rem(font-size, 13px);
position: relative;
padding: 9px 15px;
margin-bottom: 0;
background-color: #222222;
@include mq("small-up") {
@include rem(font-size, 14px);
&:after {
content: "";
position: absolute;
top: 0;
left: 100%;
width: 12px;
height: 100%;
background-color: #222222;
transform: skewX(-12deg);
transform-origin: left top;
}
}
}
ACC SHELL 2018