header btn style fix

This commit is contained in:
Arvind Tiwari 2018-03-01 00:22:51 +05:30
commit 84d01e16e7
4 changed files with 12 additions and 2 deletions

View file

@ -162,3 +162,11 @@
height: 100%;
}
}
.btn-trans {
color: #fff;
border: 2px solid #fff;
padding: 4px 18px;
letter-spacing: 0.6px;
background: rgba(0,0,0,0.35);
}

View file

@ -426,6 +426,7 @@ textarea {
.section-figure {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section-figure .cms-plugin {