fixes, added about page
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.page-about {
|
||||
.Box {
|
||||
padding-left:dist(0);
|
||||
padding-right:dist(0);
|
||||
|
||||
a {font-weight: bold;}
|
||||
}
|
||||
|
||||
#logo {
|
||||
float:right;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
#logo2 {
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
align-items: stretch;
|
||||
|
||||
> div {
|
||||
margin: dist(-2);
|
||||
margin: dist(-2) dist(-1);
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -19,8 +19,8 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 150px;
|
||||
input,select {
|
||||
width: 6em;
|
||||
|
||||
@include media($phone) {
|
||||
width: 100%;
|
||||
@@ -38,6 +38,7 @@
|
||||
|
||||
.stats {
|
||||
flex: 0 1;
|
||||
position: relative;
|
||||
|
||||
@include media($phone) {
|
||||
table {
|
||||
@@ -68,5 +69,21 @@
|
||||
#stat-f-s:after {content: "Hz"}
|
||||
#stat-i-peak:after {content: "mA"}
|
||||
#stat-i-rms:after {content: "mA"}
|
||||
|
||||
// auto reload box
|
||||
.ar {
|
||||
position: absolute;
|
||||
bottom:dist(-2);
|
||||
width:100%;
|
||||
text-align: center;
|
||||
|
||||
input[type=number] {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
input[type=button] {
|
||||
margin-left: dist(-2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user