colors and icons

This commit is contained in:
Andrew Brown 2018-11-01 19:41:06 -05:00
parent 7d0d2da387
commit bcf08c7658
5 changed files with 10 additions and 10 deletions

View File

@ -18,11 +18,11 @@ class Building < ActiveRecord::Base
self.authorizer_name = 'ExtendedContentAuthorizer'
def self.color
'black'
'silver'
end
def self.icon
'info'
'business'
end
def self.content_name

View File

@ -18,11 +18,11 @@ class Condition < ActiveRecord::Base
self.authorizer_name = 'ExtendedContentAuthorizer'
def self.color
'black'
'text-darken-1 lime'
end
def self.icon
'info'
'bubble_chart'
end
def self.content_name

View File

@ -18,11 +18,11 @@ class Job < ActiveRecord::Base
self.authorizer_name = 'ExtendedContentAuthorizer'
def self.color
'black'
'text-lighten-1 brown'
end
def self.icon
'info'
'work'
end
def self.content_name

View File

@ -18,11 +18,11 @@ class Tradition < ActiveRecord::Base
self.authorizer_name = 'ExtendedContentAuthorizer'
def self.color
'black'
'text-lighten-3 red'
end
def self.icon
'info'
'cake'
end
def self.content_name

View File

@ -18,11 +18,11 @@ class Vehicle < ActiveRecord::Base
self.authorizer_name = 'ExtendedContentAuthorizer'
def self.color
'brown'
'text-lighten-2 green'
end
def self.icon
'info'
'drive_eta'
end
def self.content_name