first offer card top aligned
This commit is contained in:
		@ -7,28 +7,6 @@
 | 
			
		||||
//   //float: right;
 | 
			
		||||
// }
 | 
			
		||||
 | 
			
		||||
#offers-list {
 | 
			
		||||
  > div {
 | 
			
		||||
    > sib-display {
 | 
			
		||||
      display: block;
 | 
			
		||||
      margin: 1em 0;
 | 
			
		||||
      @extend %frame;
 | 
			
		||||
      padding: 2em;
 | 
			
		||||
      /*&:nth-child(odd) {
 | 
			
		||||
        background-color: $color-grey-light;
 | 
			
		||||
      }*/
 | 
			
		||||
      sib-display-div[name='title'] {
 | 
			
		||||
        display: block;
 | 
			
		||||
        @extend h2;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      label {
 | 
			
		||||
        display: none;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[name='user-thumb'] {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
@ -304,22 +282,6 @@ hdapp-available {
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#offers-list {
 | 
			
		||||
  @extend .grid-layer;
 | 
			
		||||
  > sib-form {
 | 
			
		||||
    grid-column-start: start;
 | 
			
		||||
    grid-column-end: middle;
 | 
			
		||||
    grid-row-start: start;
 | 
			
		||||
    grid-row-end: middle;
 | 
			
		||||
  }
 | 
			
		||||
  > div {
 | 
			
		||||
    grid-column-start: start;
 | 
			
		||||
    grid-column-end: end;
 | 
			
		||||
    grid-row-start: middle;
 | 
			
		||||
    grid-row-end: end;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#member-profile,
 | 
			
		||||
#profiles-list {
 | 
			
		||||
  ul {
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,6 @@
 | 
			
		||||
  grid-template-columns: 33% auto;
 | 
			
		||||
  padding-bottom: 3em;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  label {
 | 
			
		||||
    display: block;
 | 
			
		||||
  }
 | 
			
		||||
@ -49,8 +48,3 @@
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -10,6 +10,7 @@
 | 
			
		||||
@import 'content';
 | 
			
		||||
@import 'filters';
 | 
			
		||||
@import 'right-panel';
 | 
			
		||||
@import 'job-offers';
 | 
			
		||||
 | 
			
		||||
// @import 'members';
 | 
			
		||||
@import 'header';
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										38
									
								
								src/styles/job-offers.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								src/styles/job-offers.scss
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,38 @@
 | 
			
		||||
#offers-list {
 | 
			
		||||
  @extend .grid-layer;
 | 
			
		||||
  > sib-form {
 | 
			
		||||
    grid-column-start: start;
 | 
			
		||||
    grid-column-end: middle;
 | 
			
		||||
    grid-row-start: start;
 | 
			
		||||
    grid-row-end: middle;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  > div {
 | 
			
		||||
    grid-column-start: start;
 | 
			
		||||
    grid-column-end: end;
 | 
			
		||||
    grid-row-start: middle;
 | 
			
		||||
    grid-row-end: end;
 | 
			
		||||
 | 
			
		||||
    &:first-of-type {
 | 
			
		||||
      margin-top: 3em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    > sib-display {
 | 
			
		||||
      display: block;
 | 
			
		||||
      margin: 1em 0;
 | 
			
		||||
      @extend %frame;
 | 
			
		||||
      padding: 2em;
 | 
			
		||||
      /*&:nth-child(odd) {
 | 
			
		||||
        background-color: $color-grey-light;
 | 
			
		||||
      }*/
 | 
			
		||||
      sib-display-div[name='title'] {
 | 
			
		||||
        display: block;
 | 
			
		||||
        @extend h2;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      label {
 | 
			
		||||
        display: none;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user