You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
355 B
18 lines
355 B
element.style {
|
|
box-shadow: 0px;
|
|
}
|
|
.pos .popup input, .pos .popup-input {
|
|
min-height: 44px;
|
|
font-family: "Lato";
|
|
font-size: 20px;
|
|
color: #444;
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
border: none;
|
|
box-shadow: 0px 0px 0px 1px gainsboro inset;
|
|
box-sizing: border-box;
|
|
width: 10%;
|
|
}
|
|
div#ThirdDiv {
|
|
display: flex;
|
|
}
|
|
|