0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Convert to pixels and adjust border-radius

This commit is contained in:
Mark Otto 2018-09-24 21:11:00 -07:00 committed by XhmikosR
parent 25d017a2ee
commit 6de7ba427b

View File

@ -18,13 +18,14 @@
right: 0; right: 0;
z-index: 10; z-index: 10;
display: block; display: block;
padding: .25rem .5rem; padding: 4px 8px;
font-size: 12px; font-size: 12px;
color: #818a91; color: #818a91;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
border-radius: .25rem; border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
&:hover { &:hover {
color: #fff; color: #fff;