blob: 22770b28939d4609b785ce902700abbb4f64f15a [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
:root {
--color-focus-border: #5677fc;
}
.compose {
background-color: var(--color-background-light);
padding: 8px;
}
.compose form,
.compose input {
height: 100%;
width: 100%;
}
.compose input {
background-color: white;
border: 1px solid var(--color-divider);
border-radius: 4px;
font-size: 16px;
padding: 8px;
}
.compose input:focus {
border: 1px solid var(--color-focus-border);
outline: none;
}