css
This commit is contained in:
@@ -168,12 +168,13 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
||||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 50%;
|
top: 10%;
|
||||||
transform: translateY(-50%)
|
transform: translateY(-50%)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user