diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-17 16:03:51 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-17 16:03:51 +0100 |
commit | 51149b561a44e5ecfbca90dfb9989985ccf2c122 (patch) | |
tree | fd39a5d1768ed79a9b3a3419dc63edf2522e5e59 /ctrack/static/sass/project.scss | |
parent | a4be1627b2705bba96d80204043876a3abec6a24 (diff) |
Adding a form for creating ApplicableSystem objects
Diffstat (limited to 'ctrack/static/sass/project.scss')
-rw-r--r-- | ctrack/static/sass/project.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ctrack/static/sass/project.scss b/ctrack/static/sass/project.scss index d02b73d..df305ef 100644 --- a/ctrack/static/sass/project.scss +++ b/ctrack/static/sass/project.scss @@ -84,11 +84,11 @@ $input-height: 49px; color: white; } -.textinput { - background-color: lightgoldenrodyellow; - box-shadow: 2px 10px 15px lightgray; - height: $input-height; -} +//.textinput { +// background-color: lightgoldenrodyellow; +// box-shadow: 2px 10px 15px lightgray; +// height: $input-height; +//} #_title { color: orangered; |