summaryrefslogtreecommitdiff
path: root/public/stylesheets/screen.sass
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/screen.sass')
-rw-r--r--public/stylesheets/screen.sass15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/stylesheets/screen.sass b/public/stylesheets/screen.sass
index d521eb8..db6395d 100644
--- a/public/stylesheets/screen.sass
+++ b/public/stylesheets/screen.sass
@@ -121,6 +121,21 @@ body
padding-left: 1em
#overview tr td#compound
width: 150px
+
+ .error
+ margin-top: 5em
+ background-color: $ist-color
+ padding: 10px
+ text-align: justify
+ +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
+ +border-left-radius(25px)
+ +border-right-radius(25px)
+ +background-clip(border-box)
+
+ error
+ border: 2px solid #FF5555
+ background-color: #FFFFFF
+ color: #FF5555
.details
margin-bottom: 2em