Skip to content

Commit

Permalink
Merge pull request lumapu#143 from DanielR92/patch-6
Browse files Browse the repository at this point in the history
update style css
lumapu authored Aug 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents ebe5ecd + ac96737 commit 06790f0
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions tools/esp8266/html/style.css
Original file line number Diff line number Diff line change
@@ -25,11 +25,34 @@ p.lic, p.lic a {
}

.des {
margin-top: 35px;
margin-top: 20px;
font-size: 13pt;
color: #006ec0;
}

.s_active, .s_collapsible:hover {
background-color: #006ec0;
}

.s_content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #fff;
}

.s_collapsible {
background-color: #044e86;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}

.subdes {
font-size: 12pt;
color: #006ec0;
@@ -218,7 +241,7 @@ div.ts {

div.ch {
width: 170px;
min-height: 100px;
min-height: 100px
}

.subgrp {

0 comments on commit 06790f0

Please sign in to comment.