mirror of
https://github.com/ascribe/onion.git
synced 2024-11-13 16:45:05 +01:00
WIP to style widgets, will continue later
This commit is contained in:
parent
dc3d024f8d
commit
141d21155b
@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>ascribe</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="build/css/main.css">
|
||||
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
|
||||
<link rel="stylesheet" href="node_modules/react-datepicker/dist/react-datepicker.css">
|
||||
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
|
||||
<link rel="stylesheet" href="build/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="main" class="container clear-margins-and-paddings"></div>
|
||||
|
@ -162,7 +162,8 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.input-text-ascribe {
|
||||
.input-text-ascribe,
|
||||
.datepicker__input {
|
||||
border-bottom: 1px solid black;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
@ -240,4 +241,4 @@
|
||||
|
||||
.col-bottom {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user