0.0.40
This commit is contained in:
@@ -700,7 +700,7 @@
|
||||
}
|
||||
|
||||
.left-part-carrier-card{
|
||||
width: calc(70% - 20px);
|
||||
width: calc(65% - 20px);
|
||||
float: left;
|
||||
padding: 20px;
|
||||
}
|
||||
@@ -810,7 +810,7 @@
|
||||
.inf_carrier{
|
||||
padding-top: 15px;
|
||||
display: block;
|
||||
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.phones_carrier{
|
||||
@@ -824,16 +824,26 @@
|
||||
.phones_carrier_span{
|
||||
position: relative;
|
||||
top: 4px;
|
||||
background: linear-gradient(99deg, #040404 2%, #f5f5f5 16%, #ffffff);
|
||||
background: linear-gradient(99deg, #040404 56%, #9f9f9f 25%, #ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
transition: 200ms;
|
||||
width: calc(90% - 10px);
|
||||
overflow: hidden;
|
||||
float: right;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.inf_carrier_icon{
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.phones_carrier_span.active{
|
||||
background: unset;
|
||||
-webkit-background-clip: unset;
|
||||
-webkit-text-fill-color: unset;
|
||||
overflow: unset;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.phones_carrier input{
|
||||
@@ -849,17 +859,23 @@
|
||||
|
||||
.email_carrier_span{
|
||||
position: relative;
|
||||
top: 6px;
|
||||
top: 2px;
|
||||
background: linear-gradient(99deg, #040404 2%, #f5f5f5 16%, #ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
transition: 200ms;
|
||||
width: calc(90% - 10px);
|
||||
float: right;
|
||||
overflow: hidden;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.email_carrier_span.active{
|
||||
background: unset;
|
||||
-webkit-background-clip: unset;
|
||||
-webkit-text-fill-color: unset;
|
||||
overflow: unset;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.email_carrier input{
|
||||
@@ -908,7 +924,7 @@
|
||||
}
|
||||
|
||||
.inf_carrier_container{
|
||||
width: calc(30% - 61px);
|
||||
width: calc(35% - 61px);
|
||||
float: right;
|
||||
padding: 20px;
|
||||
border-left: 1px solid #E6E6E6;
|
||||
|
||||
Reference in New Issue
Block a user