mirror of
https://github.com/litruv/UE-MaterialSnippets.git
synced 2026-07-25 01:36:02 +10:00
added readme + license
This commit is contained in:
22
style.css
22
style.css
@@ -299,3 +299,25 @@ footer {
|
||||
.footer-content nav a:hover {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.add-snippet-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #28a745;
|
||||
color: #fff;
|
||||
padding: 10px 15px;
|
||||
border-radius: var(--border-radius);
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: background-color 0.2s;
|
||||
}
|
||||
|
||||
.add-snippet-button svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.add-snippet-button:hover {
|
||||
background-color: #218838;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user