1
This commit is contained in:
25
src/components/Common/Arrow/index.module.css
Normal file
25
src/components/Common/Arrow/index.module.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.arrow {
|
||||
width: 16px;
|
||||
height: 48px;
|
||||
background: #ccc;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.arrow-top {
|
||||
background: #00f3ed;
|
||||
width: 8px;
|
||||
height: 24px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.arrow-bottom {
|
||||
background: #00f3ed;
|
||||
width: 8px;
|
||||
height: 24px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-radius: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user