1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-05 04:47:32 +02:00

fix styles

This commit is contained in:
Kushagra Gour
2018-06-28 02:50:00 +05:30
committed by GitHub
parent b015704215
commit 17e4491d85

View File

@@ -34,12 +34,8 @@ p {
} }
button { button {
background-color: transparent;
border: 0;
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;
outline: 0;
padding: 0;
} }
.hide { .hide {
@@ -667,6 +663,9 @@ body > #demo-frame {
} }
.mode-btn { .mode-btn {
background: transparent;
border: 0;
padding: 0;
margin-left: 10px; margin-left: 10px;
display: inline-block; display: inline-block;
} }
@@ -677,6 +676,9 @@ body > #demo-frame {
.footer__link { .footer__link {
display: inline-block; display: inline-block;
background: transparent;
border: 0;
padding: 0;
margin-right: 5px; margin-right: 5px;
position: relative; position: relative;
top: 2px; top: 2px;
@@ -762,6 +764,7 @@ body > #demo-frame {
top: 1rem; top: 1rem;
text-transform: uppercase; text-transform: uppercase;
font-weight: 700; font-weight: 700;
font-size: 0.8rem;
opacity: 0.8; opacity: 0.8;
transition: 0.25s ease; transition: 0.25s ease;
border: 1px solid black; border: 1px solid black;