feat: ui components
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.Container {
|
||||
position: relative;
|
||||
//width: 100%;
|
||||
}
|
||||
|
||||
.Phone {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
padding-left: 2vw;
|
||||
}
|
||||
|
||||
.Button {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: calc(50% - 25px);
|
||||
z-index: 3;
|
||||
min-height: calc(100% - 4px);
|
||||
}
|
||||
Reference in New Issue
Block a user