Tombol Kembali
This commit is contained in:
@@ -1609,4 +1609,24 @@ button:hover,
|
||||
padding: 9px 15px !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-back-home {
|
||||
background: rgba(255, 255, 255, 0.18) !important;
|
||||
color: #ffffff !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.35);
|
||||
text-decoration: none;
|
||||
border-radius: 12px;
|
||||
padding: 10px 14px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.btn-back-home:hover {
|
||||
background: #ffffff !important;
|
||||
color: #0d6efd !important;
|
||||
}
|
||||
Reference in New Issue
Block a user