home-assistant.github.io/sass/custom/_paulus.scss
2014-12-21 14:40:18 -08:00

73 lines
No EOL
1.1 KiB
SCSS

@charset "UTF-8";
// https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
.ha-title {
white-space: nowrap;
img {
width: 40px;
vertical-align: middle;
}
}
.usp ul {
text-align: left;
margin-left: 27px;
margin-top: -18px;
}
article.post, article.page {
table, img {
border-radius: 3px;
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
}
table {
background-color: white;
}
}
.note {
background: #e7f2fa;
padding: 12px;
margin-bottom: 1em;
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
.title::before {
font-family: "FontAwesome";
content: "\f05a";
margin-right: 5px;
}
.title {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
font-weight: bold;
display: block;
color: #fff;
background: #6ab0de;
margin: -12px;
padding: 6px 12px;
margin-bottom: 12px;
box-sizing: border-box;
}
.content {
margin-bottom: 0;
}
&.warning {
background-color: #E5EABB;
.title {
background-color: rgb(187, 185, 13);;
}
.title::before {
content: "\f071";
}
}
}