Created
June 5, 2018 20:51
-
-
Save 594727294/000481f18c1d03e4e123c6f871cdf030 to your computer and use it in GitHub Desktop.
s.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container-notificacion-transaccional{ | |
margin: 16px 0; | |
font-family: 'OpenSans'; | |
text-align: left; | |
} | |
.container-notificacion-transaccional .container-notificacion{ | |
color: #444; | |
text-align: left; | |
} | |
.container-notificacion-transaccional .container-notificacion p{ | |
margin: 0; | |
color: #444; | |
} | |
.container-notificacion-transaccional .container-notificacion .titulo{ | |
font-size: 16px; | |
font-weight: 600; | |
margin: 0 0 16px 0; | |
color: #444; | |
} | |
.container-notificacion-transaccional .container-notificacion .cuerpo{ | |
font-size: 14px; | |
font-weight: 400; | |
margin: 0 0 8px 0; | |
} | |
.container-notificacion-transaccional .container-notificacion .cuerpo span{ | |
font-weight: 600; | |
} | |
.container-notificacion-transaccional .container-notificacion .containar-button{ | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
} | |
.container-notificacion-transaccional .container-notificacion .containar-button .button{ | |
border: none; | |
height: 48px; | |
padding: 0 48px; | |
background: #ec0000; | |
color: #fff; | |
font-size: 16px; | |
min-width: 280px; | |
margin: 16px auto; | |
border-radius: 24px; | |
position: relative; | |
z-index: 0; | |
display: inline-block; | |
outline: none; | |
font-weight: 600; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment