Installer fixes, remove bcmath, fix design (#596)
* Installer cleanup * Installer design fixes
This commit is contained in:
@@ -8,6 +8,7 @@ COPY ext-opcache.ini $PHP_INI_DIR/conf.d/
|
||||
RUN ln -sf /dev/stderr /var/log/fpm-error.log
|
||||
|
||||
RUN docker-php-ext-install \
|
||||
bcmath \
|
||||
calendar \
|
||||
pdo_mysql \
|
||||
gmp \
|
||||
|
||||
@@ -111,6 +111,10 @@
|
||||
&[filter-color="orange"]{
|
||||
@include linear-gradient(rgba($black-color,.20), rgba(224, 23, 3, 0.6));
|
||||
}
|
||||
|
||||
&[filter-color="blue"]{
|
||||
@include linear-gradient(rgba(6, 126, 193,.20), rgba(6, 126, 193, 0.6));
|
||||
}
|
||||
}
|
||||
|
||||
.section-story-overview{
|
||||
|
||||
Reference in New Issue
Block a user