mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 13:06:36 +00:00
add css files for components
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
.buttons-group {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 10px;
|
||||
background: #f5f5f5;
|
||||
border-radius: 4px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.control-btn {
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
margin: 0 5px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.play-btn{
|
||||
background: #8aff8a;
|
||||
}
|
||||
|
||||
.pause-btn{
|
||||
background: #ff8a8a;
|
||||
}
|
||||
|
||||
.arrow-btn{
|
||||
background: #e0e0e0;
|
||||
}
|
||||
|
||||
.save-btn{
|
||||
background: #8ad4ff;
|
||||
}
|
||||
|
||||
.delete-btn{
|
||||
background: #ffb38a;
|
||||
}
|
||||
Reference in New Issue
Block a user