mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Stylizacja przycisków
This commit is contained in:
+21
@@ -125,6 +125,27 @@ input {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
background: #333;
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
color: #e0e0e0;
|
||||||
|
font-size: 0.9em;
|
||||||
|
|
||||||
|
outline: none;
|
||||||
|
padding: 0.5em;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
transition: all 0.3s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: rgba(#e0e0e0, 0.4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
@@ -57,21 +57,8 @@ export default Vue.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
color: #e0e0e0;
|
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
padding: 0.3em;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
background: #333;
|
|
||||||
border: none;
|
|
||||||
|
|
||||||
outline: none;
|
|
||||||
padding: 0.2em;
|
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
transition: all 0.3s;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 1.3em;
|
width: 1.3em;
|
||||||
@@ -83,10 +70,5 @@ button {
|
|||||||
border: none;
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
background: rgba(#e0e0e0, 0.1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user