Kaynağa Gözat

specialization filter page

alexlcdee 8 yıl önce
ebeveyn
işleme
b9a0883dc4

+ 9 - 0
app/assets/styles/content/centerbar/specialization-filter.scss

@@ -1,5 +1,14 @@
 .specialization-filter {
     &__title {
         margin-bottom: 20px;
+        margin-top: 30px;
+
+        &:first-child {
+            margin-top: 0;
+        }
+    }
+
+    &__person-link {
+        margin: 15px 0;
     }
 }

+ 7 - 0
app/assets/styles/content/leftbar/personals.scss

@@ -8,6 +8,9 @@
         display: flex;
         flex-direction: column;
         margin-bottom: 20px;
+        height: 100%;
+        width: calc(100% - 10px);
+        margin-left: 10px;
     }
     &__link {
         text-decoration: none;
@@ -88,6 +91,10 @@
     &__details {
         border: 1px solid #ebebeb;
         border-top: none;
+        height: calc(100% - 63px);
+        display: flex;
+        flex-direction: column;
+        justify-content: space-around;
 
         &--wide {
             min-height: 23px;

+ 20 - 2
app/www/css/all.css

@@ -1387,7 +1387,11 @@ body {
   display: -ms-flex;
   display: flex;
   flex-direction: column;
-  margin-bottom: 20px; }
+    margin-bottom: 20px;
+    height: 100%;
+    width: calc(100% - 10px);
+    margin-left: 10px;
+}
 
 .personals__link {
   text-decoration: none;
@@ -1452,7 +1456,12 @@ body {
 
 .personals__details {
   border: 1px solid #ebebeb;
-  border-top: none; }
+    border-top: none;
+    height: calc(100% - 63px);
+    display: flex;
+    flex-direction: column;
+    justify-content: space-around;
+}
   .personals__details--wide {
     min-height: 23px; }
 
@@ -3243,6 +3252,15 @@ body {
 
 .specialization-filter__title {
     margin-bottom: 20px;
+    margin-top: 30px;
+}
+
+.specialization-filter__title:first-child {
+    margin-top: 0;
+}
+
+.specialization-filter__person-link {
+    margin: 15px 0;
 }
 
 .opinion__container {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
app/www/css/all.css.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
app/www/css/all.min.css


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor