mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
enh
This commit is contained in:
parent
7294947ed7
commit
24b00866e3
3 changed files with 10358 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "4.1.3",
|
"bootstrap": "3.3.6",
|
||||||
"font-awesome": "4.5.0",
|
"font-awesome": "4.5.0",
|
||||||
"handlebars-helper-intl": "1.1.2",
|
"handlebars-helper-intl": "1.1.2",
|
||||||
"handlebars": "4.0.11",
|
"handlebars": "4.0.11",
|
||||||
|
|
|
@ -557,10 +557,11 @@ input[type='radio'].nice-radio {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// only one card for small screens
|
||||||
.app-card {
|
.app-card {
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
width: 30%;
|
margin: 2%;
|
||||||
margin: 1%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
|
@ -649,9 +650,10 @@ input[type='radio'].nice-radio {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
// display 2 cards between 640 and 992px
|
||||||
grid-template-columns: repeat(3, 1fr);
|
.app-card {
|
||||||
grid-gap: 10px;
|
width: 47.9%;
|
||||||
|
margin: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#flashMessage {
|
#flashMessage {
|
||||||
|
@ -743,3 +745,12 @@ input[type='radio'].nice-radio {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// bootstrap breakpoint for large screen is 992px
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
.app-card {
|
||||||
|
// display 3 cards by row
|
||||||
|
width: 31.3%;
|
||||||
|
margin: 1%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
10341
src/js/styleeee.min.css
vendored
Normal file
10341
src/js/styleeee.min.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue