Manage Products - Initial
This commit is contained in:
@@ -1252,6 +1252,25 @@ background-color: #13b368;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.btn2 {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-decoration: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
border: 0;
|
||||
background: #bed4ea;
|
||||
color: #FFFFFF;
|
||||
padding: 0px 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
height: 20px;
|
||||
margin: 2px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.btn:after{
|
||||
content: ' ';
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user