mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
refract make reusable components
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.title,
|
||||
.titleUnderlined {
|
||||
padding-left: 1em;
|
||||
font-size: 0.8em;
|
||||
color: #888;
|
||||
display: inline-block;
|
||||
width: 6em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.titleUnderlined {
|
||||
border-bottom: 1px solid #0001;
|
||||
}
|
||||
Reference in New Issue
Block a user