mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Added forgotten border radius and dimmed border.
This commit is contained in:
@@ -179,11 +179,11 @@
|
||||
flex: 1 auto;
|
||||
min-width: 90px;
|
||||
background-color: @brand-action;
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
|
||||
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
|
||||
img {
|
||||
margin-top: 15px;
|
||||
}
|
||||
@@ -193,6 +193,8 @@
|
||||
position: relative;
|
||||
border: 1px solid @gray-lightest;
|
||||
border-left: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
.badges {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
|
||||
Reference in New Issue
Block a user