Commit 33b5c871 by Reda Lemeden

Styled the tabula rasa buttons

parent e0251650
...@@ -773,14 +773,14 @@ ul#searchTags { ...@@ -773,14 +773,14 @@ ul#searchTags {
background: #eab243; background: #eab243;
color: yellow; } } color: yellow; } }
.evenMore { // .evenMore {
font-size: 13px; // font-size: 13px;
color: #707070; // color: #707070;
padding: 15px 0px 10px 0px; // padding: 15px 0px 10px 0px;
clear: both; // clear: both;
a { // a {
text-decoration: underline; // text-decoration: underline;
color: #1b79bd; } } // color: #1b79bd; } }
.pager { .pager {
margin-top: 10px; margin-top: 10px;
......
...@@ -95,12 +95,35 @@ body.askbot { ...@@ -95,12 +95,35 @@ body.askbot {
} }
} }
} }
.tabula-rasa {
@include border-radius(5px);
background-color: #f6f6f6;
color: #888;
margin: 10px auto;
padding: 20px;
text-align: center;
width: grid-width(5);
&:first-child {
margin-top: 70px;
}
a {
text-decoration: none;
color: #888;
font-weight: bold;
}
}
} }
aside { aside {
@extend .sidebar; @extend .sidebar;
width: grid-width(3); @include box-shadow(inset 1px 0 0 #f6f6f6);
border-left: 1px solid #d3d3d3;
border-right: 1px solid #f6f6f6;
padding: $gw-gutter; padding: $gw-gutter;
width: grid-width(3);
h2 { h2 {
font-size: 16px; font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment