forked from em/receptty.org
Tlačítko pro editaci receptu
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
span.tag {
|
||||
margin:$tag-margin;
|
||||
margin-right:$tag-margin-right;
|
||||
padding:$tag-padding;
|
||||
background:$tag-background;
|
||||
color:$tag-color;
|
||||
|
@ -19,7 +19,7 @@ $anchor-hover-color:lighten($primary, 20%);
|
||||
// tags
|
||||
$tag-background:$secondary;
|
||||
$tag-padding:.5em;
|
||||
$tag-margin:0 .4em .5em 0;
|
||||
$tag-margin-right:.4em;
|
||||
$tag-border-radius:5px;
|
||||
$tag-color:#000;
|
||||
$tag-font-size:.9rem;
|
||||
|
@ -75,7 +75,20 @@ main {
|
||||
}
|
||||
|
||||
.meta {
|
||||
margin-bottom:1.5em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 1.5em;
|
||||
|
||||
&>.edit {
|
||||
margin-left: auto;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.taglist {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
|
Reference in New Issue
Block a user