Restyle buttons
This commit is contained in:
parent
44b90ba958
commit
215e254509
2 changed files with 10 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
<div class="col-xs-12 text-center">
|
<div class="col-xs-12 text-center">
|
||||||
<div class="service-box">
|
<div class="service-box">
|
||||||
<a href="#" class="btn btn-primary btn-xl">
|
<a href="#" class="btn btn-primary btn-xl">
|
||||||
<h4>My Profile</h4>
|
My Profile
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -13,6 +13,15 @@
|
||||||
/* @end Bootstrap Panels */
|
/* @end Bootstrap Panels */
|
||||||
|
|
||||||
|
|
||||||
|
/* @group groupname */
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* @end groupname */
|
||||||
|
|
||||||
|
|
||||||
/* @group Pygments */
|
/* @group Pygments */
|
||||||
|
|
||||||
.highlight > pre {
|
.highlight > pre {
|
||||||
|
|
Reference in a new issue