mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Delete commented-out CSS code (#7528)
This commit is contained in:
parent
089c6915df
commit
3203c75ee4
@ -12,10 +12,6 @@
|
||||
width: 100%;
|
||||
box-shadow: initial;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
// top: -26px;
|
||||
}
|
||||
}
|
||||
|
||||
.notification {
|
||||
|
@ -1,5 +1,4 @@
|
||||
.network-component--disabled {
|
||||
// border-color: transparent !important;
|
||||
cursor: not-allowed;
|
||||
|
||||
.fa-caret-down {
|
||||
|
@ -19,7 +19,6 @@ $wallet-view-bg: $alabaster;
|
||||
|
||||
// Main container
|
||||
.main-container {
|
||||
// position: absolute;
|
||||
z-index: $main-container-z-index;
|
||||
font-family: Roboto;
|
||||
display: flex;
|
||||
@ -129,7 +128,6 @@ $wallet-view-bg: $alabaster;
|
||||
}
|
||||
|
||||
.main-container {
|
||||
// margin-top: 6.9vh;
|
||||
width: 85vw;
|
||||
height: 90vh;
|
||||
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
|
||||
@ -138,7 +136,6 @@ $wallet-view-bg: $alabaster;
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
.main-container {
|
||||
// margin-top: 6.9vh;
|
||||
width: 80vw;
|
||||
height: 82vh;
|
||||
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
|
||||
@ -147,7 +144,6 @@ $wallet-view-bg: $alabaster;
|
||||
|
||||
@media screen and (min-width: 1281px) {
|
||||
.main-container {
|
||||
// margin-top: 6.9vh;
|
||||
width: 62vw;
|
||||
height: 82vh;
|
||||
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
|
||||
|
@ -45,7 +45,6 @@ textarea.twelve-word-phrase {
|
||||
|
||||
/* unlock */
|
||||
.error {
|
||||
// color: #e20202;
|
||||
color: #f7861c;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
@ -19,7 +19,6 @@
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
|
||||
padding: 46px 40.5px 26px;
|
||||
position: relative;
|
||||
// top: -26px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
@ -326,7 +325,6 @@
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
|
||||
padding: 46px 40.5px 26px;
|
||||
position: relative;
|
||||
// top: -26px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
@ -401,7 +399,6 @@
|
||||
|
||||
.send-v2 {
|
||||
&__container {
|
||||
// height: 701px;
|
||||
width: 380px;
|
||||
border-radius: 8px;
|
||||
background-color: $white;
|
||||
|
@ -18,10 +18,6 @@
|
||||
.tx-list-header-wrapper {
|
||||
margin-top: .2em;
|
||||
margin-bottom: .6em;
|
||||
// TODO: Resolve Layout Conflicst in Wallet View
|
||||
// - This fixes txlist "transactions" title dispay
|
||||
// margin-top: 0.2em;
|
||||
// margin-bottom: 0.6em;
|
||||
justify-content: center;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
@ -248,10 +244,6 @@
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
// margin: 0 1.3em .95em; !important
|
||||
}
|
||||
|
||||
@media screen and (min-width: $break-large) {
|
||||
padding: 0 2.37em;
|
||||
}
|
||||
|
@ -219,13 +219,6 @@
|
||||
}
|
||||
|
||||
&__address-book-button {
|
||||
//align-self: flex-end;
|
||||
//padding: 5px;
|
||||
//text-transform: uppercase;
|
||||
//cursor: pointer;
|
||||
//width: 25%;
|
||||
//min-width: 80px;
|
||||
//height: 33px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.1875rem;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user