CSS style update
This commit is contained in:
@ -7,14 +7,16 @@
|
||||
padding-left: 2rem;
|
||||
text-align: left;
|
||||
width: 240px;
|
||||
height: 21px;
|
||||
border: 1px solid #ccc !important;
|
||||
border-radius: .4em;
|
||||
height: 20px;
|
||||
border: 1px solid #6DA1D3 !important;
|
||||
border-radius: 5px 5px 0px 0px !important;
|
||||
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
|
||||
top: -65px;
|
||||
top: -70px;
|
||||
left: 240px;
|
||||
position: relative;
|
||||
float: inline-start
|
||||
float: inline-start;
|
||||
min-height: 22px;
|
||||
box-shadow: 0px 0px 4px 0px #414141a1 !important;
|
||||
}
|
||||
|
||||
#identity_switch_dropdown {
|
||||
@ -22,23 +24,21 @@
|
||||
z-index: 1;
|
||||
padding: 0 .5rem 0 0;
|
||||
/* min-width: 250px; */
|
||||
max-width: 260px;
|
||||
width: 260px;
|
||||
max-width: 261px;
|
||||
width: 261px;
|
||||
will-change: transform;
|
||||
top: 14px;
|
||||
left: 178px;
|
||||
top: 10px;
|
||||
left: 177px;
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
transform: translate3d(63px, 49px, 0);
|
||||
border-bottom-color: #78b3cc;
|
||||
box-shadow: 0px 3px 5px #414141a1 !important;
|
||||
box-shadow: 0px 2px 4px 0px #414141a1 !important;
|
||||
max-height: 150px;
|
||||
overflow-x: hidden;
|
||||
color: #212529;
|
||||
display: none;
|
||||
border-color: #d4dbde;
|
||||
border-radius: .4rem;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
border-radius: 0px 0px 10px 10px !important;
|
||||
border: 1px solid #6DA1D3;
|
||||
background-color: rgba(255, 255, 255);
|
||||
font-weight: 400;
|
||||
line-height: 35px
|
||||
|
Reference in New Issue
Block a user