mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	Adjust border radius to 2px
This commit is contained in:
		
							parent
							
								
									1a80e1b083
								
							
						
					
					
						commit
						1b5be39cc9
					
				
							
								
								
									
										6
									
								
								dist/css/material-wfont.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/css/material-wfont.css
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -4198,7 +4198,7 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
  position: relative;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  /**************************************************************************/
 | 
			
		||||
  border-radius: 3px;
 | 
			
		||||
  border-radius: 2px;
 | 
			
		||||
  color: rgba(0, 0, 0, 0.84);
 | 
			
		||||
  background: #ffffff;
 | 
			
		||||
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
 | 
			
		||||
| 
						 | 
				
			
			@ -4221,8 +4221,8 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
.card .card-image img {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  border-top-left-radius: 3px;
 | 
			
		||||
  border-top-right-radius: 3px;
 | 
			
		||||
  border-top-left-radius: 2px;
 | 
			
		||||
  border-top-right-radius: 2px;
 | 
			
		||||
}
 | 
			
		||||
.card .card-image .card-image-headline {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								dist/css/material-wfont.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/css/material-wfont.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										6
									
								
								dist/css/material.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/css/material.css
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -4197,7 +4197,7 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
  position: relative;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  /**************************************************************************/
 | 
			
		||||
  border-radius: 3px;
 | 
			
		||||
  border-radius: 2px;
 | 
			
		||||
  color: rgba(0, 0, 0, 0.84);
 | 
			
		||||
  background: #ffffff;
 | 
			
		||||
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
 | 
			
		||||
| 
						 | 
				
			
			@ -4220,8 +4220,8 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
.card .card-image img {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  border-top-left-radius: 3px;
 | 
			
		||||
  border-top-right-radius: 3px;
 | 
			
		||||
  border-top-left-radius: 2px;
 | 
			
		||||
  border-top-right-radius: 2px;
 | 
			
		||||
}
 | 
			
		||||
.card .card-image .card-image-headline {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								dist/css/material.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/css/material.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										8
									
								
								less/_cards.import.less
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								less/_cards.import.less
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -19,7 +19,7 @@
 | 
			
		|||
    /**************************************************************************/
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
    border-radius: 2px;
 | 
			
		||||
    color: @card-body-text;
 | 
			
		||||
    background: @card-body-background;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -32,8 +32,8 @@
 | 
			
		|||
        img {
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            border-top-left-radius: 3px;
 | 
			
		||||
            border-top-right-radius: 3px;
 | 
			
		||||
            border-top-left-radius: 2px;
 | 
			
		||||
            border-top-right-radius: 2px;
 | 
			
		||||
        }
 | 
			
		||||
        .card-image-headline {
 | 
			
		||||
            position: absolute;
 | 
			
		||||
| 
						 | 
				
			
			@ -62,4 +62,4 @@
 | 
			
		|||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4198,7 +4198,7 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
  position: relative;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  /**************************************************************************/
 | 
			
		||||
  border-radius: 3px;
 | 
			
		||||
  border-radius: 2px;
 | 
			
		||||
  color: rgba(0, 0, 0, 0.84);
 | 
			
		||||
  background: #ffffff;
 | 
			
		||||
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
 | 
			
		||||
| 
						 | 
				
			
			@ -4221,8 +4221,8 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
.card .card-image img {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  border-top-left-radius: 3px;
 | 
			
		||||
  border-top-right-radius: 3px;
 | 
			
		||||
  border-top-left-radius: 2px;
 | 
			
		||||
  border-top-right-radius: 2px;
 | 
			
		||||
}
 | 
			
		||||
.card .card-image .card-image-headline {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								template/material/css/material-wfont.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								template/material/css/material-wfont.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -4197,7 +4197,7 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
  position: relative;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  /**************************************************************************/
 | 
			
		||||
  border-radius: 3px;
 | 
			
		||||
  border-radius: 2px;
 | 
			
		||||
  color: rgba(0, 0, 0, 0.84);
 | 
			
		||||
  background: #ffffff;
 | 
			
		||||
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
 | 
			
		||||
| 
						 | 
				
			
			@ -4220,8 +4220,8 @@ fieldset[disabled] .navbar .btn-link:focus {
 | 
			
		|||
.card .card-image img {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  border-top-left-radius: 3px;
 | 
			
		||||
  border-top-right-radius: 3px;
 | 
			
		||||
  border-top-left-radius: 2px;
 | 
			
		||||
  border-top-right-radius: 2px;
 | 
			
		||||
}
 | 
			
		||||
.card .card-image .card-image-headline {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								template/material/css/material.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								template/material/css/material.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user