mirror of https://github.com/Ombi-app/Ombi
parent
aac55d6a52
commit
4bdb944efc
@ -1,20 +1,15 @@
|
||||
@import "~styles/variables.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
@ -1,32 +1,27 @@
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
}
|
||||
.col-md-4{
|
||||
display: contents;
|
||||
.col-md-4 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-4 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,42 +1,37 @@
|
||||
@import "~styles/shared.scss";
|
||||
.col-12 {
|
||||
display:grid;
|
||||
display: grid;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height:100px;
|
||||
min-height: 100px;
|
||||
height: auto;
|
||||
max-height:800px;
|
||||
max-height: 800px;
|
||||
}
|
||||
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn-danger-outline{
|
||||
background-color: #E84C3D;
|
||||
.btn-danger-outline {
|
||||
background-color: #E84C3D;
|
||||
}
|
||||
|
||||
.btn-success-outline{
|
||||
background-color: #1b9d1b;
|
||||
.btn-success-outline {
|
||||
background-color: #1b9d1b;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
@ -1,16 +1,11 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
@ -1,45 +1,41 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-md-10{
|
||||
display: grid;
|
||||
.col-md-10 {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.col-md-2{
|
||||
display: contents;
|
||||
}
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.col-md-2 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.btn-danger-outline{
|
||||
background-color: #E84C3D;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn-success-outline{
|
||||
background-color: #1b9d1b;
|
||||
.btn-danger-outline {
|
||||
background-color: #E84C3D;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
.btn-success-outline {
|
||||
background-color: #1b9d1b;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-2{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-2 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,52 +1,50 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
.col-md-9{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-3{
|
||||
display: inline-table;
|
||||
|
||||
.col-md-9 {
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.col-md-3 {
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.btn-danger-outline{
|
||||
background-color: #E84C3D;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn-success-outline{
|
||||
background-color: #1b9d1b;
|
||||
.btn-danger-outline {
|
||||
background-color: #E84C3D;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
.btn-success-outline {
|
||||
background-color: #1b9d1b;
|
||||
}
|
||||
|
||||
::ng-deep .dark .categoryResults{
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
padding: 1em;
|
||||
::ng-deep .dark .categoryResults {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,50 +1,44 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: contents;
|
||||
.col-md-5 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn-danger-outline{
|
||||
background-color: #E84C3D;
|
||||
.btn-danger-outline {
|
||||
background-color: #E84C3D;
|
||||
}
|
||||
|
||||
.btn-success-outline{
|
||||
background-color: #1b9d1b;
|
||||
.btn-success-outline {
|
||||
background-color: #1b9d1b;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-5 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,50 +1,44 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: contents;
|
||||
.col-md-5 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn-danger-outline{
|
||||
background-color: #E84C3D;
|
||||
.btn-danger-outline {
|
||||
background-color: #E84C3D;
|
||||
}
|
||||
|
||||
.btn-success-outline{
|
||||
background-color: #1b9d1b;
|
||||
.btn-success-outline {
|
||||
background-color: #1b9d1b;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-5 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,56 +1,49 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: contents;
|
||||
.col-md-5 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
display: contents;
|
||||
.col-md-4 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
::ng-deep .load {
|
||||
max-width: fit-content;
|
||||
margin-left:3em;
|
||||
padding: 0.5rem 1.14rem;
|
||||
max-width: fit-content;
|
||||
margin-left: 3em;
|
||||
padding: 0.5rem 1.14rem;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-5 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-4 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,15 +1,10 @@
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
@ -1,56 +1,49 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: contents;
|
||||
.col-md-5 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
display: contents;
|
||||
.col-md-4 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
::ng-deep .load {
|
||||
max-width: fit-content;
|
||||
margin-left:3em;
|
||||
padding: 0.5rem 1.14rem;
|
||||
max-width: fit-content;
|
||||
margin-left: 3em;
|
||||
padding: 0.5rem 1.14rem;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-5 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-4 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,16 +1,11 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
@ -1,50 +1,44 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-md-6{
|
||||
display: contents;
|
||||
.col-md-6 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: contents;
|
||||
.col-md-5 {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.control-label{
|
||||
font-weight:400;
|
||||
.control-label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.row{
|
||||
display:block;
|
||||
.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn-danger-outline{
|
||||
background-color: #E84C3D;
|
||||
.btn-danger-outline {
|
||||
background-color: #E84C3D;
|
||||
}
|
||||
|
||||
.btn-success-outline{
|
||||
background-color: #1b9d1b;
|
||||
.btn-success-outline {
|
||||
background-color: #1b9d1b;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width:1440px) {
|
||||
.col-md-6{
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.col-md-5{
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-6 {
|
||||
display: inline-table;
|
||||
}
|
||||
.col-md-5 {
|
||||
display: inline-table;
|
||||
}
|
||||
}
|
@ -1,16 +1,11 @@
|
||||
@import "~styles/shared.scss";
|
||||
.small-middle-container{
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top:10px;
|
||||
.small-middle-container {
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::ng-deep .dark .small-middle-container{
|
||||
background-color: rgba(0, 0, 0, 0.10);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::ng-deep .dark .btn:hover{
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
::ng-deep .dark .btn:hover {
|
||||
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
|
||||
color: inherit;
|
||||
}
|
Loading…
Reference in new issue