Added: info
This commit is contained in:
@@ -8047,7 +8047,7 @@ textarea.form-control-lg {
|
||||
body {
|
||||
font-family: "Nunito", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
line-height: 1.6;
|
||||
color: #383838; }
|
||||
|
||||
@@ -8340,10 +8340,10 @@ a:hover {
|
||||
transform: translate(-50%, 4px);
|
||||
display: inline-block;
|
||||
padding: 0.45rem 0.6rem;
|
||||
background: #207495;
|
||||
background: #4C9E81;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.4;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
@@ -8841,7 +8841,7 @@ a:hover {
|
||||
color: #7f818c !important; }
|
||||
|
||||
.content > img {
|
||||
border-radius: 5px; }
|
||||
border-radius: 12px; }
|
||||
|
||||
.content * {
|
||||
word-break: break-word;
|
||||
@@ -8950,6 +8950,14 @@ a:hover {
|
||||
.content .tab-nav-button {
|
||||
background-color: #fff; }
|
||||
|
||||
.content img {
|
||||
border-radius: 12px;
|
||||
box-shadow: 0px 4px 12px #ccc;
|
||||
border: 1px solid #fff;
|
||||
object-fit: cover;
|
||||
max-height: 250px;
|
||||
width: 100%; }
|
||||
|
||||
[data-tab-item] {
|
||||
padding-top: 10px; }
|
||||
|
||||
@@ -8961,6 +8969,33 @@ code {
|
||||
color: #4c9e81;
|
||||
font-weight: 500; }
|
||||
|
||||
.feedback {
|
||||
padding-top: 50px;
|
||||
margin-top: 50px;
|
||||
border-top: 1px solid #E2E2E2; }
|
||||
.feedback-btn {
|
||||
display: inline-block;
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
line-height: 45px;
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
border-radius: 6px;
|
||||
border: 0; }
|
||||
.feedback-btn.positive {
|
||||
color: #fff;
|
||||
background-color: #4c9e81;
|
||||
margin-right: 10px; }
|
||||
.feedback-btn.positive.collapsed {
|
||||
color: #4c9e81;
|
||||
background-color: #00bec427; }
|
||||
.feedback-btn.negative {
|
||||
color: #fff;
|
||||
background-color: #f9756e; }
|
||||
.feedback-btn.negative.collapsed {
|
||||
color: #f9756e;
|
||||
background-color: #f9756e2a; }
|
||||
|
||||
.search-modal-dialog {
|
||||
margin-top: 150px;
|
||||
max-width: 600px; }
|
||||
|
||||
Reference in New Issue
Block a user