MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
#p-logo a { | #p-logo a { | ||
height: 80px; | height: 80px; | ||
} | |||
.btn { | |||
vertical-align: middle; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
padding: .375rem .75rem; | |||
font-size: 1rem; | |||
line-height: 1.5; | |||
border-radius: 2rem; | |||
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; | |||
} | |||
.btn-danger { | |||
background-color: #fe746c; | |||
border-color: #fe746c; | |||
color: #ffffff; | |||
} | } | ||