1047 lines
13 KiB
SCSS
1047 lines
13 KiB
SCSS
/*
|
|
*
|
|
* Copay main CSS
|
|
*
|
|
*/
|
|
|
|
.walletHome h4.title {
|
|
padding: 0px 0 10px 15px;
|
|
margin: 5px 0 5px 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.bitpay_card select {
|
|
margin: 5px 0 5px 0;
|
|
padding: 0 20px;
|
|
font-size: 16px;
|
|
width: auto;
|
|
border: none;
|
|
}
|
|
|
|
.bitpay_card select:focus {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.preferences ul, .modal-content ul {
|
|
font-size: 14px;
|
|
background: white;
|
|
}
|
|
|
|
.preferences ul li {
|
|
padding: 16px 10px 16px 16px;
|
|
border-bottom: 1px solid #E9E9EC;
|
|
}
|
|
|
|
.addressbook-input, .disabled-input {
|
|
display: block;
|
|
margin-bottom: 1.5rem;
|
|
background-color: #E4E8EC;
|
|
padding-left: 0.5rem;
|
|
color: #2C3E50;
|
|
font-size: 13px;
|
|
height: 35px;
|
|
padding-top: 7px;
|
|
}
|
|
|
|
.alt-currency {
|
|
padding: 0.05rem 0.2rem;
|
|
border-radius: 2px;
|
|
font-size: 10px;
|
|
color: #fff;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.sub-header {
|
|
background: #F1f3F5;
|
|
padding: 0.8rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.status {
|
|
color: #FFFFFF;
|
|
background-color: #A02F23;
|
|
position: absolute;
|
|
left: 250px;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 10px 1rem 10px 0.5rem;
|
|
z-index: 9;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
line-height: 17px;
|
|
}
|
|
|
|
.status-first-line {
|
|
z-index: 9;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.box-notification {
|
|
position: relative;
|
|
font-size: 12px;
|
|
padding: 0.5rem;
|
|
border-radius: 2px;
|
|
background: #FFFFFF;
|
|
.box-icon {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
color: white;
|
|
background-color: #1ABC9C;
|
|
padding: 0 0.5rem;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
height: 100%;
|
|
i {
|
|
position: relative;
|
|
top: 10%;
|
|
display: block;
|
|
}
|
|
&.error {
|
|
background-color: #ED4A43;
|
|
}
|
|
&.secondary {
|
|
background-color: #3498DB;
|
|
}
|
|
}
|
|
}
|
|
|
|
a.close-notification {
|
|
position: absolute;
|
|
top: -4px;
|
|
right: 10px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
ul.tx-copayers {
|
|
background: #E4E8EC;
|
|
padding: 0.3rem 0.8rem;
|
|
margin-left: 0;
|
|
box-shadow: inset 0 1px 1px 0 rgba(10, 19, 28, 0.12);
|
|
border-radius: 0 0 3px 3px;
|
|
}
|
|
|
|
.tx-copayers li {
|
|
list-style: none;
|
|
padding: 0.3rem;
|
|
font-size: 12px;
|
|
&.bottom-line-copayers {
|
|
border-bottom: 1px solid #CAD2DA;
|
|
}
|
|
}
|
|
|
|
.last-transactions-content {
|
|
background: #fff;
|
|
padding: 0.8rem 1rem;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #E4E8EC;
|
|
}
|
|
|
|
.sign-action {
|
|
background: #E4E8EC;
|
|
width: 100%;
|
|
padding: 1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.icon-circle-active {
|
|
position: absolute;
|
|
bottom: 2px;
|
|
right: 2px;
|
|
}
|
|
|
|
.icon-sign {
|
|
padding: 0.2rem 0.3rem;
|
|
border-radius: 100%;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
margin-top: 3px;
|
|
&.check {
|
|
background-color: #3FBC9C;
|
|
}
|
|
&.x {
|
|
background-color: #C0392B;
|
|
}
|
|
}
|
|
|
|
.circle-icon {
|
|
background: #fff;
|
|
border-radius: 100%;
|
|
padding: 1.5rem;
|
|
width: 80px;
|
|
height: 80px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.date-message {
|
|
background-color: #213140;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
padding: 0.2rem 0.4rem;
|
|
color: #7A8C9E;
|
|
}
|
|
|
|
.input-note {
|
|
margin-top: -10px;
|
|
display: block;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.send-note {
|
|
background-color: #F8F8FB;
|
|
padding: 10px;
|
|
span {
|
|
margin-bottom: 5px;
|
|
font-size: 12px;
|
|
color: #2C3E50;
|
|
}
|
|
}
|
|
|
|
.manage a {
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: #4B6178;
|
|
padding: 1.5rem 1rem;
|
|
display: block;
|
|
overflow: hidden;
|
|
span {
|
|
display: block;
|
|
margin-top: 8px;
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
ul.manage li {
|
|
border-bottom: 1px solid #f1f3f5;
|
|
}
|
|
|
|
.manage a i.circle {
|
|
background-color: #4B6178;
|
|
width: 50px;
|
|
height: 50px;
|
|
padding: 0.65rem;
|
|
border-radius: 100%;
|
|
display: block;
|
|
font-size: 30px;
|
|
color: #fff;
|
|
float: left;
|
|
margin-right: 20px;
|
|
&.plus-fixed {
|
|
padding: 0.1rem 0.9rem;
|
|
}
|
|
}
|
|
|
|
.name-wallet {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
padding-top: 0 !important;
|
|
line-height: 14px;
|
|
}
|
|
|
|
.release {
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
background-color: #E9E9EC;
|
|
margin-top: -30px;
|
|
margin-bottom: 5px;
|
|
padding-top: 30px;
|
|
padding-bottom: 20px;
|
|
text-align: center;
|
|
text-color: #444;
|
|
span {
|
|
margin-left: 15px;
|
|
}
|
|
i {
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
.locked {
|
|
font-size: 11px;
|
|
color: #7A8C9E;
|
|
}
|
|
|
|
.tx-proposal i {
|
|
padding: .1rem .3rem;
|
|
background-color: #A5B2BF;
|
|
border-radius: 100%;
|
|
color: #fff;
|
|
&.active {
|
|
background-color: #A02F23;
|
|
}
|
|
}
|
|
|
|
.header-modal {
|
|
background: #fff;
|
|
width: 100%;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.ellipsis {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.wallet-selection.wallets {
|
|
background-color: #213140;
|
|
}
|
|
|
|
ul.wallet-selection.wallets {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wallet-selection.wallets li {
|
|
overflow: hidden;
|
|
padding: 1rem;
|
|
a {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon-wallet {
|
|
display: block;
|
|
}
|
|
|
|
.walletHome .icon-wallet {
|
|
display: inline-block;
|
|
margin: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.secret {
|
|
overflow-wrap: break-word;
|
|
word-wrap: break-word;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
margin: 10px;
|
|
}
|
|
|
|
.session-expired {
|
|
background: rgba(32, 48, 64, 0.9);
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
color: #fff;
|
|
z-index: 999;
|
|
padding-top: 20%;
|
|
text-align: center;
|
|
padding-left: 10%;
|
|
padding-right: 10%;
|
|
}
|
|
|
|
.amount {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 1.5rem 1rem 1.5rem 1rem;
|
|
color: #fff;
|
|
height: 150px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.alternative-amount {
|
|
height: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
.wallet-info {
|
|
position: absolute;
|
|
top: inherit;
|
|
left: 10px;
|
|
bottom: 26px;
|
|
font-size: 20px;
|
|
color: #fff;
|
|
}
|
|
|
|
.camera-icon a {
|
|
background: #4B6178;
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
|
|
color: #fff;
|
|
display: block;
|
|
position: absolute;
|
|
padding: 15px 17px;
|
|
border-radius: 100%;
|
|
top: inherit;
|
|
right: 15px;
|
|
bottom: 2px;
|
|
line-height: 12px;
|
|
}
|
|
|
|
.send .camera-icon a {
|
|
top: inherit;
|
|
bottom: 0;
|
|
}
|
|
|
|
.popup-txsent {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(24, 44, 58, 0.9);
|
|
i {
|
|
font-size: 5rem;
|
|
color: #4A90E2;
|
|
border-radius: 100%;
|
|
border-color: #4A90E2;
|
|
border: 2px solid;
|
|
width: 150px;
|
|
height: 150px;
|
|
display: block;
|
|
text-align: center;
|
|
padding-top: 1rem;
|
|
}
|
|
}
|
|
|
|
.popup-txsigned i, .popup-txrejected i {
|
|
font-size: 5rem;
|
|
color: #4A90E2;
|
|
border-radius: 100%;
|
|
border-color: #4A90E2;
|
|
border: 2px solid;
|
|
width: 150px;
|
|
height: 150px;
|
|
display: block;
|
|
text-align: center;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.payment-proposal-head {
|
|
color: #fff;
|
|
padding: 10px 10px 20px 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.payment-proposal-to {
|
|
width: 100%;
|
|
display: inline-block;
|
|
padding: 5px 15px;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
i {
|
|
position: inherit;
|
|
left: 25px;
|
|
padding-right: 10px;
|
|
border-right: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.1);
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
/* notifications */
|
|
|
|
.dr-notification-container {
|
|
position: absolute;
|
|
z-index: 10000;
|
|
width: 100%;
|
|
&.bottom {
|
|
bottom: 20px;
|
|
}
|
|
&.right {
|
|
right: 0;
|
|
}
|
|
&.left {
|
|
left: 20px;
|
|
}
|
|
&.top {
|
|
top: 45px;
|
|
}
|
|
&.center {
|
|
left: 50%;
|
|
margin-left: -190px;
|
|
}
|
|
}
|
|
|
|
.dr-notification-wrapper {
|
|
position: relative;
|
|
width: 100%;
|
|
margin: 0;
|
|
&.offline {
|
|
position: absolute;
|
|
top: 0px;
|
|
z-index: 2000;
|
|
opacity: 1.0 !important;
|
|
background-color: #2C3E50;
|
|
}
|
|
&.client-error {
|
|
position: absolute;
|
|
top: 45px;
|
|
z-index: 11;
|
|
}
|
|
}
|
|
|
|
.dr-notification-close-btn {
|
|
color: #A5B2BF;
|
|
border: 1px solid #A5B2BF;
|
|
border-radius: 100%;
|
|
display: inline-block;
|
|
padding: 0px 8px;
|
|
position: absolute;
|
|
right: 5px;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
margin: 14px 8px 0;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.dr-notification-image {
|
|
float: left;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #213140;
|
|
width: 40px;
|
|
height: 40px;
|
|
font-size: 1.5rem;
|
|
border-radius: 100%;
|
|
margin: 0.6rem;
|
|
img {
|
|
margin: 15px;
|
|
max-width: 70px;
|
|
min-width: 48px;
|
|
}
|
|
}
|
|
|
|
.dr-notification-content {
|
|
line-height: 90%;
|
|
padding: 10px 50px 5px 60px;
|
|
}
|
|
|
|
.dr-notification-title {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-bottom: 0;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.dr-notification {
|
|
background: rgba(44, 62, 80, 0.9);
|
|
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
|
|
-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
|
|
width: 100%;
|
|
clear: both;
|
|
overflow: hidden;
|
|
border-radius: 0;
|
|
height: 60px;
|
|
}
|
|
|
|
.dr-notification-text {
|
|
font-size: 11px;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
// QR Code
|
|
|
|
#qr-canvas {
|
|
display: none;
|
|
}
|
|
|
|
#qrcode-scanner-video {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
// INPUT CAMERA / VALID / INVALID ICONS
|
|
.input-notification {
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.qr-scan-icon {
|
|
position: relative;
|
|
}
|
|
|
|
.qr-scan-icon a {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 0 10px;
|
|
font-size: 24px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
// General purpose
|
|
.dn {
|
|
display: none;
|
|
}
|
|
|
|
.dni {
|
|
display: none !important;
|
|
}
|
|
|
|
.pr {
|
|
position: relative;
|
|
}
|
|
|
|
.pa {
|
|
position: absolute;
|
|
}
|
|
|
|
.m0 {
|
|
margin: 0;
|
|
}
|
|
|
|
.p0i {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.db {
|
|
display: block;
|
|
}
|
|
|
|
.dib {
|
|
display: inline-block;
|
|
}
|
|
|
|
.size-10 {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.size-12 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.size-14 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.size-16 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.size-18 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.size-21 {
|
|
font-size: 21px;
|
|
}
|
|
|
|
.size-24 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.size-28 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.size-36 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.size-42 {
|
|
font-size: 42px;
|
|
}
|
|
|
|
.size-48 {
|
|
font-size: 48px;
|
|
}
|
|
|
|
.size-60 {
|
|
font-size: 60px;
|
|
}
|
|
|
|
.size-72 {
|
|
font-size: 72px;
|
|
}
|
|
|
|
.m5 {
|
|
margin: 5px;
|
|
}
|
|
|
|
.m5t {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.m8t {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.m5b {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.m5r {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.m10 {
|
|
margin: 10px;
|
|
}
|
|
|
|
.m10b {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.m3t {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.m10t {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.m15b {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.m15r {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.m20b {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.m30b {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.m40b {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.m50b {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.m10r {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.m40r {
|
|
margin-right: 40px;
|
|
}
|
|
|
|
.m25r {
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.m10l {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.m5l {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.m15l {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.m15t {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.m20r {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.m20t {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.m20ti {
|
|
margin-top: 20px !important;
|
|
}
|
|
|
|
.m20tp {
|
|
margin-top: 20%;
|
|
}
|
|
|
|
.m30tp {
|
|
margin-top: 30%;
|
|
}
|
|
|
|
.m15 {
|
|
margin: 15px;
|
|
}
|
|
|
|
.m15h {
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.p10t {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.p10h {
|
|
padding-right: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.p15h {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.p0r {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.p70r {
|
|
padding-right: 70px;
|
|
}
|
|
|
|
.p70l {
|
|
padding-left: 70px;
|
|
}
|
|
|
|
.p5h {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.p20h {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.p20v {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.p20b {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.p25b {
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
.p25l {
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.p15l {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.p15 {
|
|
padding: 15px;
|
|
}
|
|
|
|
.p20 {
|
|
padding: 20px;
|
|
}
|
|
|
|
.p15t {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.p20t {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.p50t {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.p10 {
|
|
padding: 10px;
|
|
}
|
|
|
|
.p10i {
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.p10b {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.p45t {
|
|
padding-top: 45px;
|
|
}
|
|
|
|
.p60t {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.p60b {
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
.m60t {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.p45li {
|
|
padding-left: 45px !important;
|
|
}
|
|
|
|
.m30v {
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.m10h {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.m10v {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.m20v {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.m30v {
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.m30a {
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.m-negative-l {
|
|
margin-left: -0.9375rem;
|
|
}
|
|
|
|
.br100 {
|
|
border-radius: 100% !important;
|
|
}
|
|
|
|
.lh {
|
|
line-height: 0;
|
|
}
|
|
|
|
.lh140 {
|
|
line-height: 140%;
|
|
}
|
|
|
|
.oh {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.vm {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.vt {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.ma {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.tu {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.tl {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.text-italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.text-light {
|
|
font-weight: 200;
|
|
}
|
|
|
|
.text-bold {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.qr-icon {
|
|
line-height: 45px;
|
|
}
|
|
|
|
.add-icon {
|
|
line-height: 33px;
|
|
}
|
|
|
|
.no-border {
|
|
border-style: none;
|
|
}
|
|
|
|
input[type=file] {
|
|
margin-top: 10px;
|
|
margin-bottom: -10px;
|
|
line-height: 0px;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.input-label {
|
|
max-width: none;
|
|
width: inherit;
|
|
}
|
|
|
|
/*
|
|
* Calculator
|
|
*/
|
|
|
|
.calculator .header-calc {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.calculator .button-calc {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
|
|
.calculator .button-calc .row {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.calculator .button-calc .columns {
|
|
cursor: pointer;
|
|
text-align: center;
|
|
}
|
|
|
|
.calculator .button-calc .operator {
|
|
color: #2C3E50;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.calculator .button-calc .columns:active {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.calculator .button-calc .operator:active {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
// No looks likes locked
|
|
input[type="number"] {
|
|
&[readonly] {
|
|
background-color: #F6F7F9;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.tab-item {
|
|
max-width: 100%;
|
|
}
|
|
|
|
@media all and (max-height: 480px) {
|
|
.calculator .button-calc .columns { padding: 10px; }
|
|
.calculator .header-calc { top: 11%; }
|
|
}
|
|
|
|
@media (min-height: 481px) and (max-height: 670px) {
|
|
.calculator .button-calc .columns { padding: 15px; }
|
|
.calculator .header-calc { top: 15%; }
|
|
}
|
|
|
|
@media all and (min-height: 671px) {
|
|
.calculator .button-calc .columns { padding: 20px; }
|
|
.calculator .header-calc { top: 18%; }
|
|
}
|