Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
77
html/scss/pro/_msc.scss
Executable file
77
html/scss/pro/_msc.scss
Executable file
@@ -0,0 +1,77 @@
|
||||
// Miscellenous
|
||||
// Advanced tables
|
||||
.table {
|
||||
a {
|
||||
margin-right: $advanced-table-a-mr !important;
|
||||
}
|
||||
fieldset {
|
||||
&.form-check {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
label {
|
||||
&.form-check-label {
|
||||
height: $advanced-table-fieldset-label-height;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Product table
|
||||
.product-table {
|
||||
img {
|
||||
max-height: $product-table-img-max-height;
|
||||
min-width: $product-table-img-min-width;
|
||||
}
|
||||
td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.streak {
|
||||
display: block;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 250px;
|
||||
&.streak-md {
|
||||
height: 400px;
|
||||
@media (max-width: 736px) {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
&.streak-lg {
|
||||
height: 650px;
|
||||
@media (max-width: 450px) {
|
||||
height: 900px;
|
||||
}
|
||||
}
|
||||
&.streak-long {
|
||||
height: 200px;
|
||||
@media (max-width: 450px) {
|
||||
height: 620px;
|
||||
}
|
||||
}
|
||||
&.streak-long-2 {
|
||||
height: 400px;
|
||||
@media (max-width: 450px) {
|
||||
height: 700px;
|
||||
}
|
||||
}
|
||||
&.streak-photo {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
@media (min-width: 1366px) {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
}
|
||||
&.no-flex {
|
||||
padding-top: 3.125rem;
|
||||
padding-bottom: 3.125rem;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Gradients Premium
|
||||
@each $name, $val in $gradients-premium {
|
||||
@include make-gradient($name, $val);
|
||||
}
|
||||
Reference in New Issue
Block a user