styling updates
This commit is contained in:
@@ -45,6 +45,7 @@ body
|
|||||||
.opblock-tag
|
.opblock-tag
|
||||||
{
|
{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
padding: 10px 20px 10px 10px;
|
padding: 10px 20px 10px 10px;
|
||||||
|
|
||||||
@@ -53,8 +54,6 @@ body
|
|||||||
|
|
||||||
border-bottom: 1px solid rgba(#3b4151, .3);
|
border-bottom: 1px solid rgba(#3b4151, .3);
|
||||||
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
{
|
{
|
||||||
background: rgba(#000,.02);
|
background: rgba(#000,.02);
|
||||||
@@ -106,9 +105,10 @@ body
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
flex: 1;
|
|
||||||
@include text_body();
|
@include text_body();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -134,6 +134,8 @@ body
|
|||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.opblock
|
.opblock
|
||||||
{
|
{
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 15px 0;
|
||||||
@@ -154,24 +156,23 @@ body
|
|||||||
.opblock-section-header
|
.opblock-section-header
|
||||||
{
|
{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
padding: 8px 20px;
|
padding: 8px 20px;
|
||||||
|
|
||||||
background: rgba(#fff,.8);
|
background: rgba(#fff,.8);
|
||||||
box-shadow: 0 1px 2px rgba(#000,.1);
|
box-shadow: 0 1px 2px rgba(#000,.1);
|
||||||
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
label
|
label
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
align-items: center;
|
|
||||||
@include text_headline();
|
@include text_headline();
|
||||||
|
|
||||||
span
|
span
|
||||||
@@ -184,9 +185,10 @@ body
|
|||||||
{
|
{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
flex: 1;
|
|
||||||
@include text_headline();
|
@include text_headline();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -215,11 +217,11 @@ body
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
@include text_code();
|
@include text_code();
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
.view-line-link
|
.view-line-link
|
||||||
{
|
{
|
||||||
@@ -258,18 +260,18 @@ body
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
@include text_body();
|
@include text_body();
|
||||||
}
|
}
|
||||||
|
|
||||||
.opblock-summary
|
.opblock-summary
|
||||||
{
|
{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.opblock-post
|
&.opblock-post
|
||||||
@@ -316,12 +318,12 @@ body
|
|||||||
|
|
||||||
.opblock-schemes
|
.opblock-schemes
|
||||||
{
|
{
|
||||||
padding: 8px 20px;
|
padding: 8px 20px;
|
||||||
|
|
||||||
.schemes-title
|
.schemes-title
|
||||||
{
|
{
|
||||||
padding: 0 10px 0 0;
|
padding: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -498,13 +500,11 @@ body
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
white-space: pre-wrap;
|
|
||||||
|
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #41444e;
|
background: #41444e;
|
||||||
@@ -533,10 +533,9 @@ body
|
|||||||
.schemes
|
.schemes
|
||||||
{
|
{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
> label
|
> label
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -624,3 +623,12 @@ body
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
section
|
||||||
|
{
|
||||||
|
h3
|
||||||
|
{
|
||||||
|
@include text_headline();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -29,6 +29,12 @@
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.operation-filter-input
|
||||||
|
{
|
||||||
|
border: 2px solid #547f00;
|
||||||
|
border-right: none;
|
||||||
|
border-radius: 4px 0 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.download-url-wrapper
|
.download-url-wrapper
|
||||||
{
|
{
|
||||||
@@ -43,7 +49,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
border: 2px solid #547f00;
|
border: 2px solid #547f00;
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 0 0 0 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user