mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 05:52:56 +00:00 
			
		
		
		
	Unify CSS code formatting
This commit is contained in:
		@@ -5,7 +5,6 @@
 | 
			
		||||
@import "../../assets/scss/mixins/layout.scss";
 | 
			
		||||
 | 
			
		||||
@mixin set-tfw-web($layouts-key) {
 | 
			
		||||
 | 
			
		||||
  .tfw-web {
 | 
			
		||||
    .iframe-container {
 | 
			
		||||
      display: flex;
 | 
			
		||||
@@ -23,7 +22,6 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@mixin set-scrollbar-style() {
 | 
			
		||||
 | 
			
		||||
  ::-webkit-scrollbar-track
 | 
			
		||||
  {
 | 
			
		||||
    background-color: #F5F5F5;
 | 
			
		||||
@@ -39,7 +37,6 @@
 | 
			
		||||
  {
 | 
			
		||||
    background-color: gray;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tfw-grid-main-components {
 | 
			
		||||
@@ -53,7 +50,6 @@
 | 
			
		||||
 | 
			
		||||
  .tfw-header,
 | 
			
		||||
  .tfw-messages {
 | 
			
		||||
 | 
			
		||||
    // Check whether the layout contains a web component
 | 
			
		||||
    div[class*="web"] & {
 | 
			
		||||
      border: 2px solid $tao-gray-100;
 | 
			
		||||
@@ -80,7 +76,6 @@
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @include set-scrollbar-style();
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .tfw-ide {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user