Initial commit of Twilio Server Starter for Python
This commit is contained in:
40
static/notify/notify.css
Normal file
40
static/notify/notify.css
Normal file
@@ -0,0 +1,40 @@
|
||||
* {
|
||||
box-sizing:border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
padding:0;
|
||||
margin:0;
|
||||
height:100%;
|
||||
width:100%;
|
||||
color:#dedede;
|
||||
background-color: #849091;
|
||||
font-family: 'Helvetica Neue', Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
header {
|
||||
width:100%;
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
bottom:20px;
|
||||
}
|
||||
|
||||
header a, header a:visited {
|
||||
font-size:18px;
|
||||
color:#dedede;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
section {
|
||||
background-color:#2B2B2A;
|
||||
text-align:center;
|
||||
padding:16px;
|
||||
}
|
||||
|
||||
#message {
|
||||
padding:6px;
|
||||
}
|
||||
Reference in New Issue
Block a user