- Organize database seeds.

- Optimize design dashboard top bar.
This commit is contained in:
Ahmed Bouhuolia
2020-03-26 22:34:02 +02:00
parent a399052a30
commit d695188d3a
18 changed files with 121 additions and 45 deletions

View File

@@ -162,22 +162,34 @@
font-weight: 100;
margin: 0;
}
.sep{
margin-left: 12px;
margin-right: 12px;
color: #999;
border-left: 1px solid #d9d9d9;
width: 1px;
height: 25px;
}
h3{
border-left: 1px solid #d9d9d9;
padding-left: 10px;
font-size: 16px;
font-weight: 300;
color: #777;
margin: 0;
margin: 0 0 0 12px;
padding-top: 4px;
padding-bottom: 4px;
}
.button--view-edit{
svg{
color: #929699;
}
&:hover,
&:focus{
svg{
color: #5c7080;
}
}
}
}
&__subtitle{
}
&-content{