about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/admin/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/admin/layout.scss')
-rw-r--r--app/assets/stylesheets/admin/layout.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index 220dcd5..b2c561b 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss
@@ -111,6 +111,16 @@ body {
111 } 111 }
112 } 112 }
113 113
114 .url-field {
115 label {
116 display: none;
117 }
118
119 input {
120 width: 100%;
121 }
122 }
123
114 .slug-field { 124 .slug-field {
115 display: flex; 125 display: flex;
116 font-size: 0.75em; 126 font-size: 0.75em;