Merge branch 'master' of http://git.macaw.me:3000/blue/switching
This commit is contained in:
commit
f0d657ad7f
@ -12,7 +12,8 @@ nav > a:last-child {
|
|||||||
margin: 10px; /*to collapse margins*/
|
margin: 10px; /*to collapse margins*/
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > a:hover {
|
nav > a:hover,
|
||||||
|
.button:hover {
|
||||||
background-color: #bfeaff;
|
background-color: #bfeaff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ html, body {
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
flex: auto;
|
border-radius: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #cde6ea;
|
background-color: #cde6ea;
|
||||||
@ -24,10 +24,6 @@ html, body {
|
|||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -53,7 +49,8 @@ nav > a.current {
|
|||||||
background-color: #5db9ef;
|
background-color: #5db9ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > a:hover {
|
nav > a:hover,
|
||||||
|
.button:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -184,6 +181,7 @@ nav > a > div {
|
|||||||
color: #777;
|
color: #777;
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user