okay-button for input
This commit is contained in:
@ -179,6 +179,20 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ------------------------------ okay-icon ------------------------------ */
|
||||
|
||||
.icon-okay {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-top: 6px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.icon-okay:hover {
|
||||
transform: scale(.8);
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* INPUT ELEMENTS */
|
||||
|
||||
|
@ -177,7 +177,7 @@ meta, body {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.panel-grapics-wide {
|
||||
.panel-graphics-wide {
|
||||
padding-right: 28px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user