finished scss refactoring
This commit is contained in:
parent
3a4b4fb4cd
commit
f0f14c8eab
11 changed files with 497 additions and 502 deletions
|
@ -1,3 +1,16 @@
|
|||
#tree-content-holder {
|
||||
float:left;
|
||||
width:100%;
|
||||
}
|
||||
#tree-readme-holder {
|
||||
float:left;
|
||||
width:100%;
|
||||
.readme {
|
||||
@include round-borders-all(4px);
|
||||
padding:4px 15px;
|
||||
background: #F7F7F7;
|
||||
}
|
||||
}
|
||||
#tree-breadcrumbs {
|
||||
div {
|
||||
margin:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue