forked from CIT/Vmeda.Online
		
	MOBILE-3213 styles: Fix styles on timeline block
This commit is contained in:
		
							parent
							
								
									efa25b857c
								
							
						
					
					
						commit
						81d45266ca
					
				| @ -14,3 +14,32 @@ ion-app.app-root addon-block-timeline-events { | ||||
|         pointer-events: auto; | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| ion-app.app-root core-courses-course-progress addon-block-timeline-events { | ||||
|     @include media-breakpoint-up(md) { | ||||
|         .hidden-tablet { | ||||
|             display: block !important; | ||||
|             opacity: 1 !important; | ||||
|             &.button[disabled] { | ||||
|                 opacity: .4 !important; | ||||
|             } | ||||
|         } | ||||
|         .hidden-phone { | ||||
|             display: none !important; | ||||
|             opacity: 0 !important; | ||||
|         } | ||||
|     } | ||||
|     @include media-breakpoint-up(lg) { | ||||
|         .hidden-tablet { | ||||
|             display: none !important; | ||||
|             opacity: 0 !important; | ||||
|         } | ||||
|         .hidden-phone { | ||||
|             display: block !important; | ||||
|             opacity: 1 !important; | ||||
|             &.button[disabled] { | ||||
|                 opacity: .4 !important; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -25,6 +25,7 @@ ion-app.app-root .ion-page { | ||||
|       color: $core-dark-link-color; | ||||
|     } | ||||
| 
 | ||||
|     .core-tabs-bar, | ||||
|     .core-tabs-bar *, | ||||
|     .core-tabs-bar .tab-slide, | ||||
|     .ion-page, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user