Skip to content

Instantly share code, notes, and snippets.

@jimmyandrade
Last active March 17, 2017 17:45
Show Gist options
  • Save jimmyandrade/2816f90e511ed768563d to your computer and use it in GitHub Desktop.
Save jimmyandrade/2816f90e511ed768563d to your computer and use it in GitHub Desktop.
Alert CSS sample
.alert.alert-info {
background-color: rgb(217, 237, 247);
border-bottom-left-radius: 4px;
border-radius: 4px;
border: 1px solid rgb(188, 232, 241);
color: rgb(49, 112, 143);
font-size: 14px;
min-height: 52px;
line-height: 20px;
margin-bottom: 20px;
padding: 15px;
max-width: 815.5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment