buttons cammie
This commit is contained in:
parent
398d723694
commit
38802ce669
1 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,22 @@
|
||||||
&.diag i {
|
&.diag i {
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#cammie-section {
|
||||||
|
|
||||||
|
.nav-center{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
button{
|
||||||
|
background-color: $orange;
|
||||||
|
color: white;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-top: 5px;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue