mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
commit
5078463ea1
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## (unreleased)
|
## v3.0.3421 (2018-06-23)
|
||||||
|
|
||||||
### **New Features**
|
### **New Features**
|
||||||
|
|
||||||
|
|
|
@ -95,6 +95,7 @@ hr {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: .25rem $i;
|
border-radius: .25rem $i;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-separated .btn,
|
.btn-group-separated .btn,
|
||||||
|
@ -141,6 +142,10 @@ p {
|
||||||
font-size: 1.1rem $i;
|
font-size: 1.1rem $i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: inline-block $i;
|
display: inline-block $i;
|
||||||
margin-bottom: .5rem $i;
|
margin-bottom: .5rem $i;
|
||||||
|
@ -443,6 +448,7 @@ $border-radius: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
top: 3px;
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
border: 2px solid #eee;
|
border: 2px solid #eee;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -940,7 +946,7 @@ a > h4:hover {
|
||||||
|
|
||||||
.backdrop{
|
.backdrop{
|
||||||
box-shadow: 3px 3px 10px #000000;
|
box-shadow: 3px 3px 10px #000000;
|
||||||
background-position: center;
|
background-position: 50% 33%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue