Skip to content

Instantly share code, notes, and snippets.

@phalmeida
Last active November 1, 2018 20:37
Show Gist options
  • Select an option

  • Save phalmeida/deb15015c95b309a5ccd068fdecbe86b to your computer and use it in GitHub Desktop.

Select an option

Save phalmeida/deb15015c95b309a5ccd068fdecbe86b to your computer and use it in GitHub Desktop.
Admin Panel Quick Shortcuts
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">
<span class="glyphicon glyphicon-bookmark"></span> Escolher Unidade</h3>
</div>
<div class="panel-body text-center">
<div class="row">
<div class="col-xs-12 col-md-12">
<a href="#" class="btn btn-primary btn-lg" role="button"><span class="glyphicon glyphicon-comment"></span> <br/>CRAS</a>
<a href="#" class="btn btn-success btn-lg" role="button"><span class="glyphicon glyphicon-user"></span> <br/>CREAS</a>
<a href="#" class="btn btn-info btn-lg" role="button"><span class="glyphicon glyphicon-file"></span> <br/> CREAS Regional </a>
<a href="#" class="btn btn-info btn-lg" role="button"><span class="glyphicon glyphicon-file"></span> <br/> Acolhimento Municipal </a>
<a href="#" class="btn btn-primary btn-lg" role="button"><span class="glyphicon glyphicon-picture"></span> <br/>Acolhimento Estadual</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
body { padding-top:20px; }
.panel-body .btn:not(.btn-block) { width:210px;margin-bottom:10px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment