diff options
author | lxf <sng@luxagraf.net> | 2021-11-06 09:44:22 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-11-06 09:44:22 -0400 |
commit | 2c291d0bdfad485f3e7605d6b39433894e75a687 (patch) | |
tree | f9a73a0e1cbcd51d7ccc0fb99296049c66babe16 /design/old/v8/_house.scss | |
parent | d9f51299809bfb6b3ac589b7c42016d0ef240299 (diff) |
moved design to bak because I don't need to access it much
Diffstat (limited to 'design/old/v8/_house.scss')
-rw-r--r-- | design/old/v8/_house.scss | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/design/old/v8/_house.scss b/design/old/v8/_house.scss deleted file mode 100644 index a0604b6..0000000 --- a/design/old/v8/_house.scss +++ /dev/null @@ -1,125 +0,0 @@ -$blue: #39deea; - -.house .map img { background: none !important;} -.house .map { - height:234px; - width:100%; - margin-bottom: 8px; - @include breakpoint(gamma){ - float: left; - max-width: 33%; - } - @include breakpoint(delta){ - max-width: 44%; - } - @include breakpoint(epsilon){ - max-width: 50.5%; - } -} -.house #gmap_canvas { - height:234px; - max-width:100%; -} -.house main { @include constrain_wide;} -.house .picwide { - background: none; - max-width: 100%; - margin-left: 0; - margin-right: 0; - @include breakpoint(epsilon){ - width: 1280px; - } -} -.flist { - @extend %clearfix; - @include constrain(900px); - @include fancy_sans; - @include fontsize(18); - margin-top: 4em; - text-align: left; - list-style-position: inside; - color: #393939; - li { - margin: 1.5em 0; - min-height: 140px; - - } - li:first-of-type { margin-top: 0 ;} - - h3 { - @include fontsize(24); - max-width: 100%; - font-weight: 400; - margin: .25em 0 0 0; - padding-top: .15em; - } - .inner{ - display: inline-block; - width: 22px; - height: 22px; - border-radius: 30em; - position: absolute; - top: 19px; - left: 19px; - background: white url("/media/img/check.png") 50% 50% no-repeat; - background-size: 15px; - } - .outer { - display: inline-block; - float: left; - width: 60px; - height: 60px; - margin: 10px 40px 90px 0; - background: $blue; - border-radius: 30em; - position: relative; - } -} -.fsubhed { - @extend %clearfix; - @include constrain(1140px); - clear: both; - margin-top: 6em; - margin-bottom: 6em; - h2 { - margin-top: 0; - float: left; - position: relative; - font-weight: 400; - @include fontsize(32); - //&:after { - // content: ""; - // position: absolute; - // top: 50%; - // height: 2px; - // width: 200px; - // display: block; - // margin-top: -3px; - // margin-left: 3em; - // background-color: #e5e5e5; - //} - } - p { - @include constrain(800px); - float: right; - } - a, a:visited, a:hover { - color: $blue; - } -} -.house { - a, a:visited, a:hover { - color: $blue; - } - b { - @include fancy_sans; - } -} -.house .image-cluster { - margin-bottom: 3em; -} -.house .post--article h1 { - @include fancy_sans; - margin-top: 2.2em; - margin-bottom: 1em; -} |