postgres version
This commit is contained in:
26
server/static/css/style.css
Normal file
26
server/static/css/style.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
|
||||
|
||||
.navbar-brand {
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 19px;
|
||||
font-weight: 300;
|
||||
padding: 15px 15px;
|
||||
color: #e52250;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.table td {
|
||||
font-size: 14px;
|
||||
padding: 0.65rem 0.75rem;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
#text-with-flags {
|
||||
height: 80px;
|
||||
}
|
||||
Reference in New Issue
Block a user