Fix indentation in frio/css/style.css
This commit is contained in:
parent
96078a1fca
commit
f0268c6142
|
@ -1771,7 +1771,7 @@ code > .hl-main {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.wall-item-actions .separator {
|
.wall-item-actions .separator {
|
||||||
margin: 0 .3em;
|
margin: 0 .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* wall item hover effects */
|
/* wall item hover effects */
|
||||||
|
@ -2680,49 +2680,49 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
|
|
||||||
/* Emulates Bootstrap display */
|
/* Emulates Bootstrap display */
|
||||||
.settings-block {
|
.settings-block {
|
||||||
margin: 0 -15px 5px;
|
margin: 0 -15px 5px;
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: rgba(255,255,255,0.95);
|
background-color: rgba(255,255,255,0.95);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
box-shadow: 0 0 3px #dadada;
|
box-shadow: 0 0 3px #dadada;
|
||||||
-webkit-box-shadow: 0 0 3px #dadada;
|
-webkit-box-shadow: 0 0 3px #dadada;
|
||||||
-moz-box-shadow: 0 0 3px #dadada;
|
-moz-box-shadow: 0 0 3px #dadada;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-block.fakelink, .settings-block > .fakelink {
|
.settings-block.fakelink, .settings-block > .fakelink {
|
||||||
padding: 10px 25px;
|
padding: 10px 25px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.settings-block > .fakelink {
|
.settings-block > .fakelink {
|
||||||
margin: -10px -15px 10px -15px;
|
margin: -10px -15px 10px -15px;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-block.fakelink:hover, .settings-block > .fakelink:hover {
|
.settings-block.fakelink:hover, .settings-block > .fakelink:hover {
|
||||||
color: $link_hover_color;
|
color: $link_hover_color;
|
||||||
}
|
}
|
||||||
.settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
|
.settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: $link_color;
|
color: $link_color;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fakelink > h3:before {
|
.fakelink > h3:before {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
.settings-block.fakelink > h3:before {
|
.settings-block.fakelink > h3:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f0da"; /* Right Plain Pointer */
|
content: "\f0da"; /* Right Plain Pointer */
|
||||||
}
|
}
|
||||||
.settings-block > .fakelink > h3:before {
|
.settings-block > .fakelink > h3:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f0d7"; /* Bottom Plain Pointer */
|
content: "\f0d7"; /* Bottom Plain Pointer */
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.connector {
|
h3.connector {
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Intro Notifications */
|
/* Intro Notifications */
|
||||||
|
|
Loading…
Reference in a new issue