diff --git a/backend/public/css/app.css b/backend/public/css/app.css index e11edee2..e55fa260 100644 --- a/backend/public/css/app.css +++ b/backend/public/css/app.css @@ -12044,10 +12044,6 @@ input:-internal-autofill-selected { background-color: transparent; } -.l-centeringbox { - position: relative; -} - .avatar-wrapper { position: relative; width: 200px; diff --git a/backend/resources/sass/layouts/_main.scss b/backend/resources/sass/layouts/_main.scss index 1299bf8d..baf34f78 100644 --- a/backend/resources/sass/layouts/_main.scss +++ b/backend/resources/sass/layouts/_main.scss @@ -1,7 +1,3 @@ -.l-centeringbox{ - position: relative; -} - .avatar-wrapper{ position: relative; width: 200px;