1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

make edge-badge look more like the original

This commit is contained in:
Kerollos Magdy 2020-06-12 14:57:53 +02:00 committed by GitHub
parent 5443c96a07
commit 3ca55c591b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -741,8 +741,10 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p {
transform: rotate(45deg) translate(27.5%, -40%);
min-width: 200px;
font-weight: bold;
background: #222;
border: red 2px solid;
font-style: italic;
box-shadow: 0px 2px 2px 1px #1209096e;
text-shadow: 2px 2px 4px #5400007d;
background: radial-gradient(circle, rgb(255, 10, 0) 0%, rgb(200, 0, 0) 90%);
}
/* Foundation v2.1.4 http://foundation.zurb.com */