t_culture_red/assets/stylesheets/template/layout/content.scss

60 lines
1.1 KiB
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.black-screen-social-window{
box-shadow: 1px 1px 6px 0px #0000002e!important;
border:none;
}
.layout-contentwrap{
position: relative;
min-height: 20em;
}
.layout-content {
min-height: 20em;
.container {
@extend .response-container;
}
}
.floatwrap1{
position: relative;
background: url(/assets/花紋.png) top right no-repeat;
background-size: 30%;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.clearfix{
padding-right: 1em;
}
.floatwrap{
background-color: #fff;
padding-bottom: 1em;
min-height: 30em;
@media(min-width: 769px){
width: 80%;
float: right;
padding-left: 1em;
}
}
.floatwrapp{
background-color:$theme-color-second;
@media(min-width: 769px){
width: 80%;
float: right;
}
}
.addcontent{
width: 100%;
position: relative;
}
.internal-page{
.floatwrap{
position: relative;
background: url(/assets/花紋.png) top right no-repeat #fff;
background-size: 30%;
background-position-y: -5%;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
}