changed the buttons styles
This commit is contained in:
parent
c4d97514b0
commit
b88efeb9ef
|
@ -104,7 +104,16 @@ div.region-top {
|
||||||
float: right;
|
float: right;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
/*******************
|
||||||
|
BUTTONS */
|
||||||
|
|
||||||
|
.btn-default {
|
||||||
|
color: #555;
|
||||||
|
background-color: #eee;
|
||||||
|
border-color: #ececec;
|
||||||
|
padding: 1rem 3rem;
|
||||||
|
border-radius: 0.4rem;
|
||||||
|
}
|
||||||
/*******************
|
/*******************
|
||||||
MENU */
|
MENU */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue