blob: 052c1c64c39fdf0fa826479b7d04ecf91eb101ac [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. */
::shadow /deep/ .state-icon.notstaged {
fill: #f57c00;
}
::shadow /deep/ .state-icon.staged {
fill: #689f38;
}
::shadow /deep/ .state-icon.conflicted {
fill: #bf360c;
-webkit-animation: blink 0.6s infinite alternate;
}
::shadow /deep/ .state-icon.untracked {
fill: #bf360c;
}
::shadow /deep/ .state-icon.ignored {
fill: #689f38;
}
::shadow /deep/ .action-icon {
fill: #91a7ff;
}
::shadow /deep/ .file-parent {
font-size: 0.8em;
color: rgba(0,0,0,.54);
}