mirror of https://github.com/docker/docs.git
				
				
				
			Larger font and circular button alignment.
This commit is contained in:
		
							parent
							
								
									575642a427
								
							
						
					
					
						commit
						6614c79951
					
				| 
						 | 
				
			
			@ -131,7 +131,7 @@
 | 
			
		|||
      }
 | 
			
		||||
      li {
 | 
			
		||||
        vertical-align: middle;
 | 
			
		||||
        padding: 0.7rem 1rem 0.7rem 1.4rem;
 | 
			
		||||
        padding: 0.5rem 1rem 0.7rem 1.4rem;
 | 
			
		||||
        display: flex;
 | 
			
		||||
        flex-direction: row;
 | 
			
		||||
        height: 45px;
 | 
			
		||||
| 
						 | 
				
			
			@ -147,14 +147,14 @@
 | 
			
		|||
            max-width: @sidebar-text-overflow-width;
 | 
			
		||||
            white-space: nowrap;
 | 
			
		||||
            overflow: hidden;
 | 
			
		||||
            font-size: 12px;
 | 
			
		||||
            font-size: 13px;
 | 
			
		||||
            font-weight: 400;
 | 
			
		||||
            color: @gray-darkest;
 | 
			
		||||
          }
 | 
			
		||||
          .image {
 | 
			
		||||
            margin-top: -0.1rem;
 | 
			
		||||
            color: @gray-light;
 | 
			
		||||
            font-size: 10px;
 | 
			
		||||
            font-size: 11px;
 | 
			
		||||
            font-weight: 400;
 | 
			
		||||
            text-overflow: ellipsis;
 | 
			
		||||
            max-width: @sidebar-text-overflow-width;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -235,7 +235,7 @@
 | 
			
		|||
          overflow: auto;
 | 
			
		||||
          padding: 0.5rem;
 | 
			
		||||
          .tag {
 | 
			
		||||
            font-size: 10px;
 | 
			
		||||
            font-size: 11px;
 | 
			
		||||
            padding: 0.3rem 0.6rem;
 | 
			
		||||
            display: inline-block;
 | 
			
		||||
            flex: 0 auto;
 | 
			
		||||
| 
						 | 
				
			
			@ -309,7 +309,7 @@
 | 
			
		|||
            position: relative;
 | 
			
		||||
            width: 190px;
 | 
			
		||||
            .namespace {
 | 
			
		||||
              font-size: 10px;
 | 
			
		||||
              font-size: 11px;
 | 
			
		||||
              color: @gray-normal;
 | 
			
		||||
              &.official {
 | 
			
		||||
                color: @brand-action;
 | 
			
		||||
| 
						 | 
				
			
			@ -326,10 +326,10 @@
 | 
			
		|||
            }
 | 
			
		||||
          }
 | 
			
		||||
          .description {
 | 
			
		||||
            font-size: 10px;
 | 
			
		||||
            font-size: 11px;
 | 
			
		||||
            color: @gray-light;
 | 
			
		||||
            padding-right: 1rem;
 | 
			
		||||
            height: 44px;
 | 
			
		||||
            height: 48px;
 | 
			
		||||
            text-overflow: ellipsis;
 | 
			
		||||
            overflow: hidden;
 | 
			
		||||
            -webkit-box-orient: vertical;
 | 
			
		||||
| 
						 | 
				
			
			@ -346,7 +346,7 @@
 | 
			
		|||
          border-top: 1px solid @color-divider;
 | 
			
		||||
          .favorites {
 | 
			
		||||
            flex: 1 auto;
 | 
			
		||||
            font-size: 10px;
 | 
			
		||||
            font-size: 11px;
 | 
			
		||||
            color: @gray-normal;
 | 
			
		||||
            border-right: 1px solid @color-divider;
 | 
			
		||||
            padding: 1.1rem 1.2rem;
 | 
			
		||||
| 
						 | 
				
			
			@ -363,7 +363,7 @@
 | 
			
		|||
          }
 | 
			
		||||
          .tags {
 | 
			
		||||
            flex: 1 auto;
 | 
			
		||||
            font-size: 10px;
 | 
			
		||||
            font-size: 11px;
 | 
			
		||||
            color: @gray-darker;
 | 
			
		||||
            padding-left: 1rem;
 | 
			
		||||
            .key {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -87,7 +87,7 @@
 | 
			
		|||
        }
 | 
			
		||||
        .btn-label {
 | 
			
		||||
          text-align: center;
 | 
			
		||||
          font-size: 9px;
 | 
			
		||||
          font-size: 10px;
 | 
			
		||||
          position: relative;
 | 
			
		||||
          top: -0.5rem;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -249,7 +249,8 @@ input[type="text"] {
 | 
			
		|||
    border-radius: 100%;
 | 
			
		||||
    &.small {
 | 
			
		||||
      width: 22px;
 | 
			
		||||
      padding: 3px 5px 4px 5px;
 | 
			
		||||
      height: 22px;
 | 
			
		||||
      padding: 0.4rem 0.55rem;
 | 
			
		||||
      .icon {
 | 
			
		||||
        &::before {
 | 
			
		||||
          -webkit-font-smoothing: subpixel-antialiased;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,4 +33,4 @@
 | 
			
		|||
 | 
			
		||||
@container-state-size:        20px;
 | 
			
		||||
@image-card-width:            260px;
 | 
			
		||||
@image-card-height:           130px;
 | 
			
		||||
@image-card-height:           135px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue