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",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"bootstrap": "4.1.3",
|
||||
"bootstrap": "3.3.6",
|
||||
"font-awesome": "4.5.0",
|
||||
"handlebars-helper-intl": "1.1.2",
|
||||
"handlebars": "4.0.11",
|
||||
|
|
|
@ -557,10 +557,11 @@ input[type='radio'].nice-radio {
|
|||
}
|
||||
}
|
||||
|
||||
// only one card for small screens
|
||||
.app-card {
|
||||
border-radius: .5rem;
|
||||
width: 30%;
|
||||
margin: 1%;
|
||||
margin: 2%;
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
@ -649,9 +650,10 @@ input[type='radio'].nice-radio {
|
|||
}
|
||||
}
|
||||
|
||||
.grid {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-gap: 10px;
|
||||
// display 2 cards between 640 and 992px
|
||||
.app-card {
|
||||
width: 47.9%;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
#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