Zaktualizuj pliki konfiguracyjne i popraw styl CSS dla lepszej organizacji i czytelności

This commit is contained in:
2025-09-07 10:38:41 +02:00
parent ee20e055cd
commit 59356ec348
3 changed files with 25 additions and 5 deletions

View File

@@ -134,9 +134,9 @@
},
"routing.yml": {
"type": "-",
"size": 315,
"lmtime": 0,
"modified": true
"size": 316,
"lmtime": 1756813279254,
"modified": false
},
"security.yml": {
"type": "-",

View File

@@ -7,3 +7,4 @@ app_modules:
# v1: only YAML format is supported for now.
resource: .
type: module

View File

@@ -1,2 +1,21 @@
/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
.panel #slidesContent {
width: 90% !important
}
.panel #slidesContent .btn-group a {
padding: 5px !important;
height: 30px !important;
display: inline-flex;
align-items: center;
justify-content: center;
}
.panel #slidesContent .btn-group button {
padding: 5px !important;
height: 30px !important;
display: inline-flex;
align-items: center;
justify-content: center;
}