Autowired
This commit is contained in:
@@ -90,8 +90,8 @@ export default {
|
||||
justify-content: center;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
border: 2px solid rgba(255, 255, 255, 0.3);
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
border: 2px solid rgba(25, 118, 210, 0.3);
|
||||
border-radius: 50%;
|
||||
margin-right: 15px;
|
||||
transition: all 0.3s ease;
|
||||
@@ -105,8 +105,8 @@ export default {
|
||||
|
||||
i {
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
color: #1976d2;
|
||||
text-shadow: none;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 18px;
|
||||
@@ -114,10 +114,10 @@ export default {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
border-color: rgba(255, 255, 255, 0.5);
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border-color: rgba(25, 118, 210, 0.5);
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
|
||||
}
|
||||
|
||||
&:active {
|
||||
@@ -128,12 +128,12 @@ export default {
|
||||
& .sidebar-title {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
color: #1976d2;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
||||
vertical-align: middle;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
text-shadow: none;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user