css merge
This commit is contained in:
parent
1a49d79d1f
commit
6c29061c8b
30
style.css
30
style.css
@ -290,6 +290,7 @@ input[type=table-start] {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
padding: 0px 0px 0px 10px;
|
padding: 0px 0px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=table-mid] {
|
input[type=table-mid] {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -301,6 +302,7 @@ input[type=table-mid] {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
padding: 0px 0px 0px 10px;
|
padding: 0px 0px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=table-end] {
|
input[type=table-end] {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -402,6 +404,7 @@ input[type=table-end] {
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ------------------Main-------------- */
|
/* ------------------Main-------------- */
|
||||||
|
|
||||||
.calculator {
|
.calculator {
|
||||||
@ -433,6 +436,33 @@ input[type=table-end] {
|
|||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ------------------New-------------- */
|
||||||
|
|
||||||
|
.current {
|
||||||
|
color: rgba(255, 255, 255, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-top-margin {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
font-size: 24px;
|
||||||
|
font-family: Myriad-R;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operation h6 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operation-bg {
|
||||||
|
min-width: 22px;
|
||||||
|
max-width: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-device-width: 650px) and (min-device-width: 0px) {
|
@media screen and (max-device-width: 650px) and (min-device-width: 0px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user