21 lines
696 B
CSS
21 lines
696 B
CSS
/* 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;
|
|
} |