Buttons page
This commit is contained in:
parent
13d8d21071
commit
d8cbd092b2
18 changed files with 337 additions and 73 deletions
|
|
@ -188,9 +188,27 @@
|
|||
|
||||
.nav-floppy {
|
||||
width: 44%;
|
||||
max-width: 100px;
|
||||
transform: rotate(5deg);
|
||||
position: relative;
|
||||
|
||||
&.top {
|
||||
transform: rotate(-5deg);
|
||||
left: -20px;
|
||||
|
||||
.nav-floppy-text {
|
||||
transform: rotate(7deg);
|
||||
}
|
||||
}
|
||||
|
||||
&.bottom {
|
||||
left: 20px;
|
||||
|
||||
.nav-floppy-text {
|
||||
transform: rotate(-7deg);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.nav-floppy-text {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue